diff options
| author | Sylvain Herlédan <sylvain.herledan@hrafnagud.info> | 2021-08-29 13:41:38 +0000 |
|---|---|---|
| committer | Sylvain Herlédan <sylvain.herledan@hrafnagud.info> | 2021-08-29 13:41:38 +0000 |
| commit | f8560370595b55d3209aee46315847aee7df4d39 (patch) | |
| tree | bc9f150f63ca68f68d29bb3e2c07dd746d37e31a | |
| parent | f7d26c8895349f8e954d8b5844019d71c88825ce (diff) | |
| download | admin_toolbox-f8560370595b55d3209aee46315847aee7df4d39.tar.gz admin_toolbox-f8560370595b55d3209aee46315847aee7df4d39.tar.bz2 admin_toolbox-f8560370595b55d3209aee46315847aee7df4d39.zip | |
Update URL for the get-pip.sh script.
| -rwxr-xr-x | python_install.sh | 2 |
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}" \ |
