mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
python-build: add URL for get-pip for Python 3.6 (#2238)
This commit is contained in:
parent
7ea0408966
commit
a98fee0555
1 changed files with 3 additions and 0 deletions
|
@ -2204,6 +2204,9 @@ if [ -z "${GET_PIP_URL}" ]; then
|
||||||
3.5 | 3.5.* )
|
3.5 | 3.5.* )
|
||||||
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.5/get-pip.py"
|
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.5/get-pip.py"
|
||||||
;;
|
;;
|
||||||
|
3.6 | 3.6.* )
|
||||||
|
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/get-pip.py"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue