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

Commit

Permalink
Bug 1004515 - PYTHON_EGG_CACHE is passed in from the environment and …
Browse files Browse the repository at this point in the history
…does not need to hardcode.
  • Loading branch information
rmillner committed Sep 5, 2013
1 parent 6743951 commit 03f2b6d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -2,7 +2,6 @@
import os

virtenv = os.environ['OPENSHIFT_PYTHON_DIR'] + '/virtenv/'
os.environ['PYTHON_EGG_CACHE'] = os.path.join(virtenv, 'lib/python2.6/site-packages')
virtualenv = os.path.join(virtenv, 'bin/activate_this.py')
try:
execfile(virtualenv, dict(__file__=virtualenv))
Expand Down

0 comments on commit 03f2b6d

Please sign in to comment.