BUILD DIR

This commit is contained in:
Kenneth Reitz
2012-03-06 05:46:10 -05:00
parent 5b5f124082
commit 3a1aa3f6af
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -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
View File
@@ -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