1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

update base version of ruby-build (v20130518)

This commit is contained in:
Yamashita Yuu
2013-05-21 11:43:01 +09:00
parent 0bf26d8f1d
commit b3deef5e80
2 changed files with 29 additions and 3 deletions

View File

@@ -148,6 +148,9 @@ if [ -z "${PYTHON_BUILD_CACHE_PATH}" ] && [ -d "${PYENV_ROOT}/cache" ]; then
export PYTHON_BUILD_CACHE_PATH="${PYENV_ROOT}/cache"
fi
# Default PYENV_VERSION to the globally-specified Python version.
export PYENV_VERSION="$(pyenv global 2>/dev/null || true)"
# Execute `before_install` hooks.
for hook in "${before_hooks[@]}"; do eval "$hook"; done