mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-12 17:28:56 +01:00
Merge branch 'win-installer-no-activate' into beta
This commit is contained in:
commit
b652d0fc65
@ -1 +1,17 @@
|
||||
installer\Scripts\activate.bat
|
||||
@echo off
|
||||
|
||||
@REM Delete the post-activate hook from the old installer
|
||||
echo. > installer\etc\conda\activate.d\post_activate.bat
|
||||
|
||||
@call installer\Scripts\activate.bat
|
||||
|
||||
@call conda-unpack
|
||||
|
||||
@call conda --version
|
||||
@call git --version
|
||||
|
||||
@cd installer
|
||||
|
||||
@call ..\scripts\on_env_start.bat
|
||||
|
||||
@pause
|
||||
|
Loading…
Reference in New Issue
Block a user