We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95d6a9 commit c3110d8Copy full SHA for c3110d8
bin/pyenv-virtualenv
@@ -479,7 +479,10 @@ if [ -z "${GET_PIP_URL}" ]; then
479
# Use custom get-pip URL based on the target version (#1127)
480
case "${PYENV_VERSION}" in
481
2.6 | 2.6.* )
482
- GET_PIP_URL="https://bootstrap.pypa.io/2.6/get-pip.py"
+ GET_PIP_URL="https://bootstrap.pypa.io/pip/2.6/get-pip.py"
483
+ ;;
484
+ 2.7 | 2.7.* )
485
+ GET_PIP_URL="https://bootstrap.pypa.io/pip/2.7/get-pip.py"
486
;;
487
3.2 | 3.2.* )
488
GET_PIP_URL="https://bootstrap.pypa.io/3.2/get-pip.py"
0 commit comments