Commit 3641a97b authored by Kenneth Reitz's avatar Kenneth Reitz

remove debug statement

parent 5e818e85
......@@ -161,7 +161,6 @@ source $BIN_DIR/steps/pylibmc
# Activate the Virtualenv.
puts-step "Activating virtualenv"
echo '$VIRTUALENV_LOC/bin/activate'
source $VIRTUALENV_LOC/bin/activate
# Install Mercurial if it appears to be required.
......
......@@ -8,7 +8,7 @@ NAME=$($BIN_DIR/detect $BUILD_DIR) || exit 1
cat <<EOF
---
config_vars:
PATH: /bin:/usr/local/bin:/usr/bin
PATH: /app/.heroku/venv/bin:/bin:/usr/local/bin:/usr/bin
PYTHONUNBUFFERED: true
LIBRARY_PATH: /app/.heroku/vendor/lib
LD_LIBRARY_PATH: /app/.heroku/vendor/lib
......
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