Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrownell committed Oct 1, 2024
1 parent ddce50d commit b77482d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/BootstrapImpl.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -515,18 +515,14 @@ for %%I in (%PYTHON_BOOTSTRAPPER_ACTIVATION_DIR%) do set _DIR_NAME=%%~nxI
echo.
echo pushd %cd%
echo.
echo echo "BugBug1 - Begin"
echo echo %%PATH%%
echo echo "BugBug1 - End"
echo @REM Micromamba version 2.0.0 and 2.0.1 have a bug where activation will overwrite the path
echo @REM ^(see https://github.com/mamba-org/mamba/issues/3405^) for more info. Capture the
echo @REM current path and append it to the path after activation.
echo set _PREVIOUS_PATH=%%PATH%%
echo call %USERPROFILE%\micromamba\condabin\micromamba.bat activate Python%PYTHON_BOOTSTRAPPER_ACTIVATION_VERSION%
echo echo "BugBug2 - Begin"
echo echo %%PATH%%
echo echo "BugBug2 - End"
echo set PATH=%%PATH%%;%%_PREVIOUS_PATH%%
echo.
echo call %PYTHON_BOOTSTRAPPER_GENERATED_DIR%\Scripts\activate.bat
echo echo "BugBug3 - Begin"
echo echo %%PATH%%
echo echo "BugBug3 - End"

echo.
echo set PYTHON_BOOTSTRAPPER_ACTIVATION_DIR=%PYTHON_BOOTSTRAPPER_ACTIVATION_DIR%
echo set PYTHON_BOOTSTRAPPER_ACTIVATION_VERSION=%PYTHON_BOOTSTRAPPER_ACTIVATION_VERSION%
Expand Down

0 comments on commit b77482d

Please sign in to comment.