Update micromamba-cmd.bat

Add cd command for admin.
This commit is contained in:
jllllll 2023-03-24 18:12:02 -05:00 committed by GitHub
parent f0c82f06c3
commit 24870e51ed
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
@echo off @echo off
cd /D "%~dp0"
set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba
set INSTALL_ENV_DIR=%cd%\installer_files\env set INSTALL_ENV_DIR=%cd%\installer_files\env