mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-11 04:53:47 -05:00
Fix get-pip which dropped support for legacy Python
Fix pyenv to continue to support legacy Python builds despite the fact that `get-pip` has dropped support for Python 2 as discussed in pypa/get-pip#87
This commit is contained in:
@@ -2090,6 +2090,9 @@ if [ -z "${GET_PIP_URL}" ]; then
|
|||||||
2.6 | 2.6.* )
|
2.6 | 2.6.* )
|
||||||
GET_PIP_URL="https://bootstrap.pypa.io/2.6/get-pip.py"
|
GET_PIP_URL="https://bootstrap.pypa.io/2.6/get-pip.py"
|
||||||
;;
|
;;
|
||||||
|
2.7 | 2.7.* )
|
||||||
|
GET_PIP_URL="https://bootstrap.pypa.io/2.7/get-pip.py"
|
||||||
|
;;
|
||||||
3.2 | 3.2.* )
|
3.2 | 3.2.* )
|
||||||
GET_PIP_URL="https://bootstrap.pypa.io/3.2/get-pip.py"
|
GET_PIP_URL="https://bootstrap.pypa.io/3.2/get-pip.py"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user