From e4e3c9095d54c9b14bb3e7574fcf9343c33fbdea Mon Sep 17 00:00:00 2001 From: jllllll Date: Thu, 30 Mar 2023 20:48:40 -0500 Subject: [PATCH] Add warning for long paths --- install.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.bat b/install.bat index 275860eb..cdda3f87 100644 --- a/install.bat +++ b/install.bat @@ -5,7 +5,8 @@ @rem using micromamba (an 8mb static-linked single-file binary, conda replacement). @rem This enables a user to install this project without manually installing conda and git. -echo WARNING: This script relies on Micromamba which may have issues on some systems when installed under a path with spaces.&& echo. +echo WARNING: This script relies on Micromamba which may have issues on some systems when installed under a path with spaces. +echo May also have issues with long paths.&& echo. echo What is your GPU? echo.