Commit d82bc8fc by Edward Zarecor

Upgrading setuptools early

parent e163c82b
......@@ -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