Commit d084ac8a authored by Kenneth Reitz's avatar Kenneth Reitz

remove python-build

parent 077d93e2
#!/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
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