mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
20 lines
353 B
Batchfile
20 lines
353 B
Batchfile
@echo off
|
|
|
|
@REM Delete the post-activate hook from the old installer
|
|
if exist "installer\etc\conda\activate.d\post_activate.bat" (
|
|
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
|