From 63edc5d89b2443a06e613b6a558349a3de3c6e16 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Mon, 2 Jun 2014 10:28:29 -0400 Subject: [PATCH] let's see if that helps --- builds/runtimes/python-2.6.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/builds/runtimes/python-2.6.0 b/builds/runtimes/python-2.6.0 index 0ac069e0..88301d27 100755 --- a/builds/runtimes/python-2.6.0 +++ b/builds/runtimes/python-2.6.0 @@ -3,6 +3,7 @@ # Build Deps: libraries/sqlite OUT_PREFIX=$1 +unset LANG PYTHONHOME PYTHONPATH PYTHONBUFFER PYTHONDONTWRITEBYTECODE echo "Building Python..." SOURCE_TARBALL='http://www.python.org/ftp/python/2.6/Python-2.6.tar.bz2' -- GitLab