mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 662a311f95 | |||
| bfd6ea22ca |
@@ -1,3 +1,9 @@
|
||||
## v9
|
||||
|
||||
Bugfixes:
|
||||
|
||||
* Unset PYTHONHOME in buildpack for [user_env_compile](http://devcenter.heroku.com/articles/labs-user-env-compile).
|
||||
|
||||
## v8
|
||||
|
||||
Features:
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@ PYTHON_EXE="python2.7"
|
||||
|
||||
# Sanitizing environment variables.
|
||||
unset GIT_DIR
|
||||
unset PYTHON_HOME
|
||||
unset PYTHONHOME
|
||||
unset PYTHONPATH
|
||||
|
||||
# We'll need to send these statics to other scripts we `source`.
|
||||
|
||||
Reference in New Issue
Block a user