mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
delete
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user