Commit 0a83797a by Edward Zarecor

Merge pull request #2578 from edx/e0d/fix-setup-tools

Upgrading setuptools early
parents e163c82b d82bc8fc
......@@ -280,6 +280,8 @@ if [[ ! -x /usr/bin/git || ! -x /usr/bin/pip ]]; then
libxslt-dev curl libmysqlclient-dev --force-yes
fi
# upgrade setuptools early to avoid no distributin errors
pip install --upgrade setuptools==18.3.2
rm -rf $base_dir
mkdir -p $base_dir
......
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