source proper venv

This commit is contained in:
Kenneth Reitz
2012-03-23 23:46:25 -04:00
parent 6394214b55
commit c9d10077af
+1 -1
View File
@@ -161,7 +161,7 @@ source $BIN_DIR/steps/pylibmc
# Activate the Virtualenv.
puts-step "Activating virtualenv"
source bin/activate
source $VIRTUALENV_LOC/bin/activate
# Install Mercurial if it appears to be required.
if (grep -Fiq "hg+" requirements.txt) then