Merge "Revert "Use pip 7 for ironic""
This commit is contained in:
commit
c31a59a2c9
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ SCRIPTDIR=$(dirname $0)
|
||||||
# Install the latest version of pip and setuptools which has some
|
# Install the latest version of pip and setuptools which has some
|
||||||
# fixes for building behind proxy.
|
# fixes for building behind proxy.
|
||||||
curl -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
|
curl -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
|
||||||
#python /tmp/get-pip.py
|
python /tmp/get-pip.py
|
||||||
pip install pip==7.1.2
|
|
||||||
rm -f /tmp/get-pip.py
|
rm -f /tmp/get-pip.py
|
||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue