mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
BUILD DIR
This commit is contained in:
+4
-1
@@ -8,8 +8,11 @@ tar -xjf python.tar.bz2 -C python
|
||||
cd python
|
||||
mv */* .
|
||||
|
||||
env
|
||||
echo '!!!!!!!!!!!!!!!!'
|
||||
|
||||
mkdir -p /app/.vendor/python
|
||||
./configure --prefix=$PWD/.vendor/python
|
||||
./configure --prefix=$BUILD_DIR/.vendor/python
|
||||
make
|
||||
make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user