From b22aa3b3a7b59fb6c7c49392f21bfd577689cfea Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Tue, 28 Oct 2014 01:12:12 -0400 Subject: [PATCH] python 3.3.6 --- builds/runtimes/python-3.3.6 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 builds/runtimes/python-3.3.6 diff --git a/builds/runtimes/python-3.3.6 b/builds/runtimes/python-3.3.6 new file mode 100755 index 00000000..02d5d71b --- /dev/null +++ b/builds/runtimes/python-3.3.6 @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ +# Build Deps: libraries/sqlite + +OUT_PREFIX=$1 + +source ./download_python +download_python "3.3.6" + +cd src +./configure --prefix=$OUT_PREFIX --enable-shared +make +make install + +ln $OUT_PREFIX/bin/python3 $OUT_PREFIX/bin/python -- GitLab