Include usr/bin in the installer PATH; newlines at the end of all files

This commit is contained in:
cmdr2
2022-10-23 10:23:43 +05:30
parent 338c2243e3
commit 3772137c8f
5 changed files with 8 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ echo "Opening Stable Diffusion UI - Developer Console.." & echo.
set PATH=C:\Windows\System32;%PATH%
@rem set legacy and new installer's PATH, if they exist
if exist "installer" set PATH=%cd%\installer;%cd%\installer\Library\bin;%cd%\installer\Scripts;%PATH%
if exist "installer_files\env" set PATH=%cd%\installer_files\env;%cd%\installer_files\env\Library\bin;%cd%\installer_files\env\Scripts;%PATH%
if exist "installer" set PATH=%cd%\installer;%cd%\installer\Library\bin;%cd%\installer\Scripts;%cd%\installer\Library\usr\bin;%PATH%
if exist "installer_files\env" set PATH=%cd%\installer_files\env;%cd%\installer_files\env\Library\bin;%cd%\installer_files\env\Scripts;%cd%\installer_files\Library\usr\bin;%PATH%
@rem Test the environment
echo "Environment Info:"
@@ -24,4 +24,4 @@ echo.
@rem activate the environment
call conda activate .\stable-diffusion\env
cmd /k
cmd /k