make virtualenv relocatable

This commit is contained in:
Noah Zoschke
2011-05-24 14:23:40 -07:00
parent 58c7c54f9e
commit 53f25fc81c
+1
View File
@@ -47,6 +47,7 @@ fi
echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')"
PIP_DOWNLOAD_CACHE=$PIP_DOWNLOAD_CACHE bin/pip install -r requirements.txt ${PIP_OPTS} | sed -u 's/^/ /'
virtualenv --relocatable .
# store new artifacts in cache
for dir in $VIRTUALENV_DIRS; do