mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
pythonhome
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user