aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Herlédan <sylvain.herledan@hrafnagud.info>2021-08-29 13:41:38 +0000
committerSylvain Herlédan <sylvain.herledan@hrafnagud.info>2021-08-29 13:41:38 +0000
commitf8560370595b55d3209aee46315847aee7df4d39 (patch)
treebc9f150f63ca68f68d29bb3e2c07dd746d37e31a
parentf7d26c8895349f8e954d8b5844019d71c88825ce (diff)
downloadadmin_toolbox-f8560370595b55d3209aee46315847aee7df4d39.tar.gz
admin_toolbox-f8560370595b55d3209aee46315847aee7df4d39.tar.bz2
admin_toolbox-f8560370595b55d3209aee46315847aee7df4d39.zip
Update URL for the get-pip.sh script.
-rwxr-xr-xpython_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/python_install.sh b/python_install.sh
index 543002f..f970675 100755
--- a/python_install.sh
+++ b/python_install.sh
@@ -61,7 +61,7 @@ pip_install_method()
local opts='';
[ -n "${version}" ] && version="/${version}"
- wget "https://bootstrap.pypa.io${version}/get-pip.py" \
+ wget "https://bootstrap.pypa.io/pip${version}/get-pip.py" \
-O "${PIP_INSTALL_SCRIPT}"
"${python}" "${PIP_INSTALL_SCRIPT}" --isolated \
--prefix="${env_dir}" \