Commit 792d1aa5 by Edward Zarecor

Ensure we have the latest pip and setuptools

parent b3e328bf
......@@ -90,6 +90,7 @@ add-apt-repository -y ppa:fkrull/deadsnakes-python2.7
apt-get update -y
apt-get install -y build-essential sudo git-core python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 libmysqlclient-dev
pip install --upgrade pip setuptools
pip install virtualenv==${VIRTUAL_ENV_VERSION}
# create a new virtual env
......
Markdown is supported
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