Update pyenv for newer CPython

This commit is contained in:
Alexandre Lissy 2018-10-26 15:37:24 +02:00
parent 6296b5cb54
commit 65deefe173

View File

@ -284,7 +284,7 @@ install_pyenv()
git clone --quiet https://github.com/pyenv/pyenv.git ${PYENV_ROOT}
pushd ${PYENV_ROOT}
git checkout --quiet c057a80c8296a7c694e4ef80ecbac0d0c169df7a
git checkout --quiet 835707da2237b8f69560b2de27ae8ddd3e6cb1a4
popd
eval "$(pyenv init -)"
}