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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
@echo off
cd /D "%~dp0"
set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba
set INSTALL_ENV_DIR=%cd%\installer_files\env
@ -12,4 +14,4 @@ call micromamba activate "%INSTALL_ENV_DIR%" || goto end
cmd /k "%*"
:end
pause
pause