Skip to content

Commit

Permalink
$HOME & $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Jun 25, 2012
1 parent b547d8c commit 3b0bdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Expand Up @@ -154,7 +154,7 @@ HEROKU_DIR_STATUS=$?
set -e

# Buildpack profile init script
mkdir -p .profile.d
mkdir -p $(dirname $PROFILE_PATH)

# ### Virtualenv Setup
#
Expand Down Expand Up @@ -230,7 +230,7 @@ done

# 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 LIBRARY_PATH /app/.heroku/vendor/lib
set-env LD_LIBRARY_PATH /app/.heroku/vendor/lib
Expand Down

0 comments on commit 3b0bdba

Please sign in to comment.