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.6
This commit is contained in:
parent
e12f23480d
commit
08037807f2
|
|
@ -496,6 +496,9 @@ if [ -z "${GET_PIP_URL}" ]; then
|
|||
3.5 | 3.5.* )
|
||||
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"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue