mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-19 12:54:45 +02:00
Move the installer activation to on_sd_start
This commit is contained in:
@@ -11,9 +11,6 @@ call scripts\bootstrap.bat
|
||||
@rem set new installer's PATH, if it downloaded any packages
|
||||
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 activate the installer env
|
||||
call conda activate
|
||||
|
||||
@rem Test the bootstrap
|
||||
call where git
|
||||
call git --version
|
||||
|
Reference in New Issue
Block a user