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

Removing PYTHONPATH from sub-env blacklist

This should fixe the mysterious collectstatic bug. (#143)
parent 659a406e
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ deep-rm() { ...@@ -76,7 +76,7 @@ deep-rm() {
sub-env() { sub-env() {
WHITELIST=${2:-''} WHITELIST=${2:-''}
BLACKLIST=${3:-'^(GIT_DIR|PYTHONHOME|PYTHONPATH|LD_LIBRARY_PATH|LIBRARY_PATH|PATH)$'} BLACKLIST=${3:-'^(GIT_DIR|PYTHONHOME|LD_LIBRARY_PATH|LIBRARY_PATH|PATH)$'}
( (
if [ -d "$ENV_DIR" ]; then if [ -d "$ENV_DIR" ]; then
......
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