From 8a50d3867c49781c60b6171acc6e4b46954b4281 Mon Sep 17 00:00:00 2001 From: Ramon Fontes Date: Mon, 8 Nov 2021 21:30:30 -0300 Subject: [PATCH] get-pip (#1066) The URL of get-pip.py has changed to https://bootstrap.pypa.io/pip/2.6/get-pip.py Co-authored-by: lantz --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 0a67871..f1c19cc 100755 --- a/util/install.sh +++ b/util/install.sh @@ -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