Commit f749bb4c authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Don't use system packages, only leads to tears

parent af3fce27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ if [ -d ".env" ]; then
  echo "**> virtualenv exists"
else
  echo "**> creating virtualenv"
  ${VIRTUALENV} --system-site-packages .env
  ${VIRTUALENV} .env
fi
curl -k https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py | python -
if test "$py_version" = "2.5"; then