Fix get-pip urls for pyston
This commit is contained in:
parent
323af282db
commit
59b482779a
@ -2434,6 +2434,9 @@ if [ -z "${GET_PIP_URL}" ]; then
|
|||||||
3.6 | 3.6.* | pypy3.6 | pypy3.6-* )
|
3.6 | 3.6.* | pypy3.6 | pypy3.6-* )
|
||||||
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.6/get-pip.py"
|
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.6/get-pip.py"
|
||||||
;;
|
;;
|
||||||
|
pyston* )
|
||||||
|
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.8/get-pip.py"
|
||||||
|
;;
|
||||||
* )
|
* )
|
||||||
GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"
|
GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user