Commit c9d10077 authored by Kenneth Reitz's avatar Kenneth Reitz

source proper venv

parent 6394214b
...@@ -161,7 +161,7 @@ source $BIN_DIR/steps/pylibmc ...@@ -161,7 +161,7 @@ source $BIN_DIR/steps/pylibmc
# Activate the Virtualenv. # Activate the Virtualenv.
puts-step "Activating virtualenv" puts-step "Activating virtualenv"
source bin/activate source $VIRTUALENV_LOC/bin/activate
# Install Mercurial if it appears to be required. # Install Mercurial if it appears to be required.
if (grep -Fiq "hg+" requirements.txt) then if (grep -Fiq "hg+" requirements.txt) then
......
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