|
|
|
@ -1,10 +1,3 @@ |
|
|
|
# Python 3.4 requires "python3.4" to be executable if it is in ${PATH}. |
|
|
|
if ! pyenv-which python3.4 1>/dev/null 2>&1; then |
|
|
|
if pyenv-whence python3.4 1>/dev/null 2>&1; then |
|
|
|
export PYENV_VERSION="$(pyenv-version-name):$(pyenv-whence python3.4 2>/dev/null | tail -1)" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
require_cc --if has_broken_mac_llvm_gcc "clang" |
|
|
|
install_package "readline-6.2" "http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz#67948acb2ca081f23359d0256e9a271c" standard --if has_broken_mac_readline |
|
|
|
install_hg "Python-3.4-dev" "https://bitbucket.org/mirror/cpython" "default" standard verify_py34 |
|
|
|
|