Removing PYTHONPATH from sub-env blacklist

This should fixe the mysterious collectstatic bug. (#143)
This commit is contained in:
Kenneth Reitz
2014-06-02 08:38:29 -04:00
parent 659a406eb8
commit 5cda51c7a5
+1 -1
View File
@@ -76,7 +76,7 @@ deep-rm() {
sub-env() {
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