Change get-pip urls
The path for get-pip.py script in versions 3.2 and 3.4 have been changed
with this commit [1].
[1] 2360f025eb
Change-Id: Iedef41b53c4e5fa28dac8206c5ba39dab5033815
This commit is contained in:
parent
397ed3f1eb
commit
ea16ee62de
@ -49,7 +49,7 @@ esac
|
||||
# Install pip3
|
||||
if ! which pip3 &>/dev/null; then
|
||||
curl --silent --show-error --retry 5 \
|
||||
https://bootstrap.pypa.io/3.4/get-pip.py | sudo python3
|
||||
https://bootstrap.pypa.io/pip/3.4/get-pip.py | sudo python3
|
||||
fi
|
||||
|
||||
# Install bindep and tox
|
||||
|
@ -41,7 +41,7 @@ esac
|
||||
# Install pip
|
||||
if ! which pip &>/dev/null; then
|
||||
curl --silent --show-error --retry 5 \
|
||||
https://bootstrap.pypa.io/3.2/get-pip.py | sudo python2.7
|
||||
https://bootstrap.pypa.io/pip/3.2/get-pip.py | sudo python2.7
|
||||
fi
|
||||
|
||||
# Install bindep and tox
|
||||
|
Loading…
Reference in New Issue
Block a user