remove python-build

This commit is contained in:
Kenneth Reitz
2012-03-23 14:14:31 -04:00
parent 077d93e283
commit d084ac8a58
-17
View File
@@ -1,17 +0,0 @@
#!/usr/bin/env bash
# python-build <version> [--quiet]
curl -o python.tar.bz2 http://python.org/ftp/python/2.7.3/Python-2.7.3rc1.tar.bz2
mkdir python
tar -xjf python.tar.bz2 -C python
cd python
mv */* .
./configure --prefix=$BUILD_DIR/.heroku/python
make
make install
cd ..
rm -fr python python.tar.gz2