mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 23:36:20 -04:00
Add the get-pip.py URL for Python 3.5
This commit is contained in:
parent
09d1c446a8
commit
e12f23480d
|
|
@ -493,6 +493,9 @@ if [ -z "${GET_PIP_URL}" ]; then
|
|||
3.4 | 3.4.* )
|
||||
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.4/get-pip.py"
|
||||
;;
|
||||
3.5 | 3.5.* )
|
||||
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.5/get-pip.py"
|
||||
;;
|
||||
* )
|
||||
GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue