Commit 063df9e9 by Edward Zarecor Committed by GitHub

Merge pull request #3284 from edx/max/oyvey

Allow builds from scratch to succeed on ubuntu 12.04
parents 52912d7f be960ce7
......@@ -316,6 +316,7 @@ fi
# Must upgrade to latest before pinning to work around bug
# https://github.com/pypa/pip/issues/3862
pip install --upgrade pip
hash -r #pip may have moved from /usr/bin/ to /usr/local/bin/. This clears bash's path cache.
pip install --upgrade pip==8.1.2
# upgrade setuptools early to avoid no distribution errors
......
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