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
@@ -60,7 +60,10 @@ fi
|
||||
set +e
|
||||
|
||||
echo "-----> Preparing Python interpreter ($PYTHON_VERSION)"
|
||||
PYTHON_EXE=$($BIN_DIR/python-build install $PYTHON_VERSION --quiet)
|
||||
# PYTHON_EXE=$($BIN_DIR/python-build install $PYTHON_VERSION --quiet)
|
||||
|
||||
export BUILD_DIR
|
||||
python-build
|
||||
|
||||
PYTHON_EXE=$BUILD_DIR/.vendor/python/bin/python
|
||||
|
||||
|
||||
+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