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