Compare commits

..

2 Commits
v8 .. v9

Author SHA1 Message Date
Kenneth Reitz 662a311f95 v9 2012-05-30 17:32:16 -04:00
Kenneth Reitz bfd6ea22ca PYTHONHOME 2012-05-30 17:31:03 -04:00
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
View File
@@ -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`.