mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 15:26:23 -04:00
Update the default get-pip.py URL
This commit is contained in:
parent
08037807f2
commit
ba57d6ef2a
|
|
@ -500,7 +500,7 @@ if [ -z "${GET_PIP_URL}" ]; then
|
|||
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.6/get-pip.py"
|
||||
;;
|
||||
* )
|
||||
GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"
|
||||
GET_PIP_URL="https://bootstrap.pypa.io/pip/get-pip.py"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue