Move the installer activation to on_sd_start

This commit is contained in:
cmdr2
2022-10-26 12:15:58 +05:30
parent dcb27e7de8
commit 137e519b66
4 changed files with 13 additions and 13 deletions

View File

@@ -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