The URL of get-pip.py has changed to https://bootstrap.pypa.io/pip/2.6/get-pip.py

Co-authored-by: lantz <rlantz@cs.stanford.edu>
This commit is contained in:
Ramon Fontes
2021-11-08 16:30:30 -08:00
committed by GitHub
co-authored by lantz
parent d1b0b32c8c
commit 8a50d3867c
+1 -1
View File
@@ -187,7 +187,7 @@ function mn_deps {
$install ${PYPKG}-pip || $install ${PYPKG}-pip-whl
if ! ${PYTHON} -m pip -V; then
if [ $PYTHON_VERSION == 2 ]; then
wget https://bootstrap.pypa.io/2.6/get-pip.py
wget https://bootstrap.pypa.io/pip/2.6/get-pip.py
else
wget https://bootstrap.pypa.io/get-pip.py
fi