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

Commit

Permalink
Merge pull request #3042 from HFabi/feature/issue-3041
Browse files Browse the repository at this point in the history
Issue-3041 - Install pip for python version specified by argument in dev_setup
  • Loading branch information
krisgesling authored Nov 29, 2021
2 parents c3bd1f2 + d9c280a commit 8e319b4
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 8e319b4

Please sign in to comment.