Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Issue-3041 - Install pip for python version specified by argument in …
Browse files Browse the repository at this point in the history
…dev_setup
  • Loading branch information
HFabi committed Nov 29, 2021
1 parent c3bd1f2 commit d9c280a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ function install_venv() {
# Force version of pip for reproducability, but there is nothing special
# about this version. Update whenever a new version is released and
# verified functional.
curl https://bootstrap.pypa.io/get-pip.py | "${VIRTUALENV_ROOT}/bin/python" - 'pip==20.0.2'
curl https://bootstrap.pypa.io/get-pip.py | "${VIRTUALENV_ROOT}/bin/${opt_python}" - 'pip==20.0.2'
# Function status depending on if pip exists
[[ -x ${VIRTUALENV_ROOT}/bin/pip ]]
}
Expand Down

0 comments on commit d9c280a

Please sign in to comment.