From 48f52668be499c98146f035c3a1d9575fc84ddf4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 23 Mar 2012 14:19:55 -0400 Subject: [PATCH] TODO: Bootstrap a Python --- bin/compile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/compile b/bin/compile index a88a653..5711f61 100755 --- a/bin/compile +++ b/bin/compile @@ -15,7 +15,8 @@ NAME=$($BIN_DIR/detect $BUILD_DIR) PIP_DOWNLOAD_CACHE=${PIP_DOWNLOAD_CACHE:-$CACHE_DIR/pip_downloads} VIRTUALENV_DIRS="bin include lib" VENDORED_MEMCACHED="http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz" -PYTHON_VERSION="2.7" +PYTHON_VERSION="2.7.2" +PYTHON_EXE="python2.7" unset GIT_DIR export PIP_DOWNLOAD_CACHE @@ -60,9 +61,7 @@ done set +e echo "-----> Preparing Python interpreter ($PYTHON_VERSION)" -# PYTHON_EXE=$($BIN_DIR/python-build install $PYTHON_VERSION --quiet) - -PYTHON_EXE=$BUILD_DIR/.vendor/python/bin/python +# TODO: Bootstrap a Python... echo "-----> Preparing virtualenv version $(virtualenv --version)"