This commit is contained in:
Kenneth Reitz
2012-03-06 06:32:58 -05:00
parent d1ab3939e9
commit 61a7ad7116
+2 -4
View File
@@ -8,12 +8,10 @@ tar -xjf python.tar.bz2 -C python
cd python
mv */* .
env
echo '!!!!!!!!!!!!!!!!'
./configure --prefix=$BUILD_DIR/.heroku/python
make
make install
rm -fr python python.tar.gz2
cd ..
rm -fr python python.tar.gz2