Skip to content

Commit

Permalink
add pip==23.3.2 to init_mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv committed Aug 2, 2024
1 parent 32ef6a9 commit 39c910e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer_scripts/init_mamba.bat
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ set USERPROFILE=%cd%\installer_files\profile
@rem figure out whether git and conda needs to be installed
if exist "%INSTALL_ENV_DIR%" set PATH=%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts;%INSTALL_ENV_DIR%\Library\usr\bin;%PATH%

set PACKAGES_TO_INSTALL=git python=3.10.11 nodejs=18.16.1 conda
set PACKAGES_TO_INSTALL=git python=3.10.11 nodejs=18.16.1 conda pip==23.3.2

@REM if not exist "%MAMBA_ROOT_PREFIX%\micromamba.exe" set umamba_exists=F
if not exist "temp" mkdir temp
Expand Down
2 changes: 1 addition & 1 deletion installer_scripts/init_mamba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ umamba_exists="F"
# figure out whether git and conda needs to be installed
if [ -e "$INSTALL_ENV_DIR" ]; then export PATH="$INSTALL_ENV_DIR/bin:$PATH"; fi

PACKAGES_TO_INSTALL="python=3.10.11 nodejs=18.16.1 conda"
PACKAGES_TO_INSTALL="python=3.10.11 nodejs=18.16.1 conda pip==23.3.2"

if ! hash "git" &>/dev/null; then PACKAGES_TO_INSTALL="$PACKAGES_TO_INSTALL git"; fi

Expand Down

0 comments on commit 39c910e

Please sign in to comment.