Commit 7ea8c861 authored by Kenneth Reitz's avatar Kenneth Reitz

Unset runtime-specific variables.

Fixes #37
parent 20e0af2b
...@@ -59,8 +59,10 @@ LEGACY_VIRTUALENV_TRIGGER="lib/python2.7" ...@@ -59,8 +59,10 @@ LEGACY_VIRTUALENV_TRIGGER="lib/python2.7"
PYTHON_VERSION="2.7.2" PYTHON_VERSION="2.7.2"
PYTHON_EXE="python2.7" PYTHON_EXE="python2.7"
# The slug compiler doesn't do a very good job of sanitizing environment variables. # Sanitizing environment variables.
unset GIT_DIR unset GIT_DIR
unset PYTHON_HOME
unset PYTHONPATH
# We'll need to send these statics to other scripts we `source`. # We'll need to send these statics to other scripts we `source`.
export PIP_DOWNLOAD_CACHE export PIP_DOWNLOAD_CACHE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment