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

sub-env now has a few python variables, just in case.

parent b97a104a
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,10 @@ sub-env() { ...@@ -88,6 +88,10 @@ sub-env() {
WHITELIST=${2:-''} WHITELIST=${2:-''}
BLACKLIST=${3:-'^(GIT_DIR|PYTHONHOME|LD_LIBRARY_PATH|LIBRARY_PATH|PATH)$'} BLACKLIST=${3:-'^(GIT_DIR|PYTHONHOME|LD_LIBRARY_PATH|LIBRARY_PATH|PATH)$'}
# Python-specific variables.
export PYHONHOME=$BUILD_DIR/.heroku/python
export PYTHONPATH=$BUILD_DIR/
( (
if [ -d "$ENV_DIR" ]; then if [ -d "$ENV_DIR" ]; then
for e in $(ls $ENV_DIR); do for e in $(ls $ENV_DIR); do
......
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