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

This commit is contained in:
2016-02-04 23:05:56 -05:00
parent b97a104ad6
commit d46e0efc16
+4
View File
@@ -88,6 +88,10 @@ sub-env() {
WHITELIST=${2:-''}
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
for e in $(ls $ENV_DIR); do