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

Unset runtime-specific variables.

Fixes #37
parent 20e0af2b
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
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