Update micromamba-cmd.bat
Add cd command for admin.
This commit is contained in:
parent
f0c82f06c3
commit
24870e51ed
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue