Skip to content

Commit fd17f5a

Browse files
committed
Merge pull request heroku#177 from cclauss/patch-4
Create python-3.4.2
2 parents ac92320 + 64a4f51 commit fd17f5a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

builds/runtimes/python-3.4.2

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/python/
3+
# Build Deps: libraries/sqlite
4+
5+
OUT_PREFIX=$1
6+
7+
source ./download_python
8+
download_python "3.4.2"
9+
10+
cd src
11+
./configure --prefix=$OUT_PREFIX --with-ensurepip=no --enable-shared
12+
make
13+
make install
14+
15+
ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python

0 commit comments

Comments
 (0)