Skip to content

Commit

Permalink
fix: Handle space in mamba and micromamba executable absolute pat…
Browse files Browse the repository at this point in the history
…hs (#3525)
  • Loading branch information
NewUserHa authored Oct 15, 2024
1 parent 5e30f9f commit 9eb2401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/data/mamba.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __MAMBA_INSERT_ROOT_PREFIX__
@IF [%1]==[activate] "%~dp0_mamba_activate" %*
@IF [%1]==[deactivate] "%~dp0_mamba_activate" %*

@CALL %MAMBA_EXE% %*
@CALL "%MAMBA_EXE%" %*

@IF %errorlevel% NEQ 0 EXIT /B %errorlevel%

Expand Down

0 comments on commit 9eb2401

Please sign in to comment.