Commit ccd1ee4b authored by Darren Shepherd's avatar Darren Shepherd
Browse files

Use latest upstream pip

parent 9a48af16
Showing with 5 additions and 1 deletion
+5 -1
#!/bin/bash
set -e -x
apt-get update -q
apt-get install -y python-dev python-pip python-tox libyaml-dev
apt-get install -y python-dev libyaml-dev curl
apt-get purge -y python-six
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python get-pip.py
pip install -U pip tox virtualenv
curl -L https://github.com/docker/compose/releases/download/1.2.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment