Skip to content

Commit

Permalink
Fix micromamba activation
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery authored Feb 6, 2024
1 parent 698bece commit a5f770a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup/activate.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@SET MAMBA_ROOT_PREFIX="%~dp0dependencies\micromamba"
@SET MAMBA_ROOT_PREFIX=%~dp0dependencies\micromamba
@CALL "%~dp0dependencies\micromamba.exe" shell hook -s cmd.exe
@CALL "%~dp0dependencies\micromamba\condabin\mamba_hook.bat"

@REM run the command
@CALL %*
@CALL %*

0 comments on commit a5f770a

Please sign in to comment.