2022-09-26 15:49:11 +02:00
|
|
|
@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"
|
|
|
|
)
|
|
|
|
|
2022-09-15 11:44:48 +02:00
|
|
|
@call installer\Scripts\activate.bat
|
|
|
|
|
|
|
|
@call conda-unpack
|
|
|
|
|
|
|
|
@call conda --version
|
|
|
|
@call git --version
|
|
|
|
|
2022-09-26 15:49:11 +02:00
|
|
|
@cd installer
|
|
|
|
|
2022-09-15 11:44:48 +02:00
|
|
|
@call scripts\on_env_start.bat
|
|
|
|
|
|
|
|
@pause
|