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

$HOME & $PATH

parent b547d8c3
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ HEROKU_DIR_STATUS=$? ...@@ -154,7 +154,7 @@ HEROKU_DIR_STATUS=$?
set -e set -e
# Buildpack profile init script # Buildpack profile init script
mkdir -p .profile.d mkdir -p $(dirname $PROFILE_PATH)
# ### Virtualenv Setup # ### Virtualenv Setup
# #
...@@ -230,7 +230,7 @@ done ...@@ -230,7 +230,7 @@ done
# Set context environment variables. # Set context environment variables.
set-env PATH /app/.heroku/venv/bin:/bin:/usr/local/bin:/usr/bin set-env PATH '$HOME/.heroku/venv/bin:/bin:$PATH'
set-env PYTHONUNBUFFERED true set-env PYTHONUNBUFFERED true
set-env LIBRARY_PATH /app/.heroku/vendor/lib set-env LIBRARY_PATH /app/.heroku/vendor/lib
set-env LD_LIBRARY_PATH /app/.heroku/vendor/lib set-env 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