mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
source proper venv
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user