Commit 3a1aa3f6 authored by Kenneth Reitz's avatar Kenneth Reitz

BUILD DIR

parent 5b5f1240
...@@ -60,7 +60,10 @@ fi ...@@ -60,7 +60,10 @@ fi
set +e set +e
echo "-----> Preparing Python interpreter ($PYTHON_VERSION)" 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 PYTHON_EXE=$BUILD_DIR/.vendor/python/bin/python
......
...@@ -8,8 +8,11 @@ tar -xjf python.tar.bz2 -C python ...@@ -8,8 +8,11 @@ tar -xjf python.tar.bz2 -C python
cd python cd python
mv */* . mv */* .
env
echo '!!!!!!!!!!!!!!!!'
mkdir -p /app/.vendor/python mkdir -p /app/.vendor/python
./configure --prefix=$PWD/.vendor/python ./configure --prefix=$BUILD_DIR/.vendor/python
make make
make install make install
......
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