Commit d1ab3939 authored by Kenneth Reitz's avatar Kenneth Reitz

pythonhome

parent 0f2f1055
...@@ -11,7 +11,7 @@ mv */* . ...@@ -11,7 +11,7 @@ mv */* .
env env
echo '!!!!!!!!!!!!!!!!' echo '!!!!!!!!!!!!!!!!'
./configure --prefix=$BUILD_DIR/.vendor/python ./configure --prefix=$BUILD_DIR/.heroku/python
make make
make install make install
......
...@@ -14,6 +14,7 @@ config_vars: ...@@ -14,6 +14,7 @@ config_vars:
LD_LIBRARY_PATH: .heroku/vendor/lib LD_LIBRARY_PATH: .heroku/vendor/lib
LANG: en_US.UTF-8 LANG: en_US.UTF-8
PYTHONHASHSEED: random PYTHONHASHSEED: random
PYTHONHOME=/app/.vendor/python
EOF EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment