Pyenv doesn't have latest python 3.9.2. Use 3.9.1 instead.
PiperOrigin-RevId: 361226051 Change-Id: I57d53fa396f408bd3f594577df880415bb10a7dd
This commit is contained in:
parent
bca7074097
commit
1a8561e57a
@ -320,7 +320,7 @@ function setup_python_from_pyenv_macos {
|
||||
export PYENV_ROOT
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
PY_VERSION=3.9.2
|
||||
PY_VERSION=3.9.1
|
||||
pyenv install -s "${PY_VERSION}"
|
||||
pyenv local "${PY_VERSION}"
|
||||
python --version
|
||||
|
Loading…
Reference in New Issue
Block a user