Skip to content
Snippets Groups Projects
Commit 3641a97b authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

remove debug statement

parent 5e818e85
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,6 @@ source $BIN_DIR/steps/pylibmc ...@@ -161,7 +161,6 @@ source $BIN_DIR/steps/pylibmc
# Activate the Virtualenv. # Activate the Virtualenv.
puts-step "Activating virtualenv" puts-step "Activating virtualenv"
echo '$VIRTUALENV_LOC/bin/activate'
source $VIRTUALENV_LOC/bin/activate source $VIRTUALENV_LOC/bin/activate
# Install Mercurial if it appears to be required. # Install Mercurial if it appears to be required.
......
...@@ -8,7 +8,7 @@ NAME=$($BIN_DIR/detect $BUILD_DIR) || exit 1 ...@@ -8,7 +8,7 @@ NAME=$($BIN_DIR/detect $BUILD_DIR) || exit 1
cat <<EOF cat <<EOF
--- ---
config_vars: config_vars:
PATH: /bin:/usr/local/bin:/usr/bin PATH: /app/.heroku/venv/bin:/bin:/usr/local/bin:/usr/bin
PYTHONUNBUFFERED: true PYTHONUNBUFFERED: true
LIBRARY_PATH: /app/.heroku/vendor/lib LIBRARY_PATH: /app/.heroku/vendor/lib
LD_LIBRARY_PATH: /app/.heroku/vendor/lib LD_LIBRARY_PATH: /app/.heroku/vendor/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment