loading virtualenv if we install mercurial

This commit is contained in:
Craig Kerstiens
2011-11-17 09:30:28 -08:00
parent 7ef7b64b42
commit 47d889c1e9
+1
View File
@@ -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}')"