Commit d1ab3939 authored by Kenneth Reitz's avatar Kenneth Reitz

pythonhome

parent 0f2f1055
......@@ -11,7 +11,7 @@ mv */* .
env
echo '!!!!!!!!!!!!!!!!'
./configure --prefix=$BUILD_DIR/.vendor/python
./configure --prefix=$BUILD_DIR/.heroku/python
make
make install
......
......@@ -14,6 +14,7 @@ config_vars:
LD_LIBRARY_PATH: .heroku/vendor/lib
LANG: en_US.UTF-8
PYTHONHASHSEED: random
PYTHONHOME=/app/.vendor/python
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