Fix errors with the new installer

This commit is contained in:
cmdr2 2022-09-26 20:11:33 +05:30
parent f083b816a9
commit e67843638f

View File

@ -1,9 +1,7 @@
@echo off
@REM Delete the post-activate hook from the old installer
@if exist "installer\etc\conda\activate.d\post_activate.bat" (
del "installer\etc\conda\activate.d\post_activate.bat"
)
echo. > installer\etc\conda\activate.d\post_activate.bat
@call installer\Scripts\activate.bat
@ -14,6 +12,6 @@
@cd installer
@call scripts\on_env_start.bat
@call ..\scripts\on_env_start.bat
@pause