Skip to content

Commit b22aa3b

Browse files
author
Kenneth Reitz
committed
python 3.3.6
1 parent b2597c4 commit b22aa3b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

builds/runtimes/python-3.3.6

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.3.6"
9+
10+
cd src
11+
./configure --prefix=$OUT_PREFIX --enable-shared
12+
make
13+
make install
14+
15+
ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python

0 commit comments

Comments
 (0)