Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Update scripts/update/update.py
Browse files Browse the repository at this point in the history
lib64 problem is fixed in newest virtualenv.
  • Loading branch information
oremj committed Sep 12, 2012
1 parent 9bbbfa0 commit 04797e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
def create_virtualenv(ctx):
venv = settings.VIRTUAL_ENV
ctx.local("virtualenv --distribute --system-site-packages --never-download %s" % venv)
ctx.local("rm -f %s/lib64 && ln -s ./lib %s/lib64" % (venv, venv))
ctx.local("%s/bin/pip install -I --download-cache=/tmp/pip-cache -i %s -r %s/requirements/prod.txt" %
(venv, settings.PYPI_MIRROR, settings.SRC_DIR))
ctx.local("virtualenv --relocatable %s" % venv)
Expand Down

0 comments on commit 04797e0

Please sign in to comment.