From c9d10077aff3427c7bfccf39c8db559563fbc832 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Fri, 23 Mar 2012 23:46:25 -0400
Subject: [PATCH] source proper venv

---
 bin/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index bdf97796..f7b376c0 100755
--- a/bin/compile
+++ b/bin/compile
@@ -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
-- 
GitLab