Commit 53f25fc8 authored by Noah Zoschke's avatar Noah Zoschke

make virtualenv relocatable

parent 58c7c54f
...@@ -47,6 +47,7 @@ fi ...@@ -47,6 +47,7 @@ fi
echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')" 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/^/ /' PIP_DOWNLOAD_CACHE=$PIP_DOWNLOAD_CACHE bin/pip install -r requirements.txt ${PIP_OPTS} | sed -u 's/^/ /'
virtualenv --relocatable .
# store new artifacts in cache # store new artifacts in cache
for dir in $VIRTUALENV_DIRS; do for dir in $VIRTUALENV_DIRS; do
......
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