forked from extern/easydiffusion
Fix errors with the new installer
This commit is contained in:
parent
f083b816a9
commit
e67843638f
@ -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
|
Loading…
Reference in New Issue
Block a user