mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
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:
parent
b0f0733ec3
commit
743c64cb15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user