Merge "Update get-pip URL to the new location"
This commit is contained in:
commit
54007bcad2
@ -17,7 +17,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
# Install pip using get-pip
|
# Install pip using get-pip
|
||||||
PIP_GET_PIP_URL=https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
|
PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
|
||||||
|
|
||||||
curl -O $PIP_GET_PIP_URL || wget $PIP_GET_PIP_URL
|
curl -O $PIP_GET_PIP_URL || wget $PIP_GET_PIP_URL
|
||||||
python get-pip.py
|
python get-pip.py
|
||||||
|
@ -157,9 +157,7 @@ def main():
|
|||||||
|
|
||||||
# cache get-pip, because upstream network connection fails more
|
# cache get-pip, because upstream network connection fails more
|
||||||
# often than you might imagine.
|
# often than you might imagine.
|
||||||
download(
|
download('https://bootstrap.pypa.io/get-pip.py', 'get-pip.py')
|
||||||
'https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py',
|
|
||||||
'get-pip.py')
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
@ -23,7 +23,7 @@ for p in python-pip python3-pip ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# install pip using get-pip
|
# install pip using get-pip
|
||||||
PIP_GET_PIP_URL=https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
|
PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
|
||||||
if [ ! -f get-pip.py ] ; then
|
if [ ! -f get-pip.py ] ; then
|
||||||
curl -O $PIP_GET_PIP_URL || wget $PIP_GET_PIP_URL
|
curl -O $PIP_GET_PIP_URL || wget $PIP_GET_PIP_URL
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user