From 89120f779714afb1b69ce14a67a2da2195df7e56 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 19 Dec 2012 23:26:27 -0500 Subject: [PATCH] test --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 7d7ef4d..edb1839 100755 --- a/bin/compile +++ b/bin/compile @@ -51,7 +51,7 @@ LEGACY_TRIGGER="lib/python2.7" PROFILE_PATH="$BUILD_DIR/.profile.d/python.sh" # Python version. This will be used in the future to specify custom Pythons. -DEFAULT_PYTHON_VERSION="python-2.6.3" +DEFAULT_PYTHON_VERSION="python-2.7.3" PYTHON_EXE="/app/.heroku/python/bin/python" # Sanitizing environment variables.