Commit 48f52668 authored by Kenneth Reitz's avatar Kenneth Reitz

TODO: Bootstrap a Python

parent f7ef15d7
......@@ -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)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment