Tools: Update pyenv for new MacOS Clang13

https://bugs.python.org/issue45405

Version of pyenv 2.3.12 has patched most versions of python to properly compile with Mac clang 13.  This version is required to properly install python on new machine.
This commit is contained in:
rbeall 2023-02-03 05:53:29 -08:00 committed by Peter Barker
parent b0f0733ec3
commit 743c64cb15

View File

@ -118,7 +118,7 @@ if maybe_prompt_user "Install python using pyenv [N/y]?" ; then
pushd $HOME/.pyenv
git fetch --tags
git checkout v2.3.9
git checkout v2.3.12
popd
exportline="export PYENV_ROOT=\$HOME/.pyenv"
echo $exportline >> ~/$SHELL_LOGIN