pythonhome

This commit is contained in:
Kenneth Reitz
2012-03-06 06:19:22 -05:00
parent 0f2f10557c
commit d1ab3939e9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ mv */* .
env
echo '!!!!!!!!!!!!!!!!'
./configure --prefix=$BUILD_DIR/.vendor/python
./configure --prefix=$BUILD_DIR/.heroku/python
make
make install
+1
View File
@@ -14,6 +14,7 @@ config_vars:
LD_LIBRARY_PATH: .heroku/vendor/lib
LANG: en_US.UTF-8
PYTHONHASHSEED: random
PYTHONHOME=/app/.vendor/python
EOF