mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
loading virtualenv if we install mercurial
This commit is contained in:
@@ -115,6 +115,7 @@ fi
|
||||
|
||||
if (grep -Fiq "hg+" requirements.txt) then
|
||||
PIP_DOWNLOAD_CACHE=$PIP_DOWNLOAD_CACHE bin/pip install --use-mirrors mercurial | indent
|
||||
source bin/activate
|
||||
fi
|
||||
|
||||
echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
|
||||
|
||||
Reference in New Issue
Block a user