1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00

Import changes from ruby-build v20130628

This commit is contained in:
Yamashita Yuu
2013-07-24 23:23:35 +09:00
parent d6d556911b
commit b943e0abff
2 changed files with 107 additions and 73 deletions

View File

@@ -149,12 +149,10 @@ if [ -z "${PYTHON_BUILD_CACHE_PATH}" ] && [ -d "${PYENV_ROOT}/cache" ]; then
fi
# Default PYENV_VERSION to the globally-specified Python version. (The
# Python 3.4 installer requires an existing Python installation to run. An
# CPython installer requires an existing Python installation to run. An
# unsatisfied local .python-version file can cause the installer to
# fail.)
#if [ -z "${PYENV_VERSION}" ]; then
# export PYENV_VERSION="$(pyenv global 2>/dev/null || true)"
#fi
#export PYENV_VERSION="$(pyenv global 2>/dev/null || true)"
# Execute `before_install` hooks.