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:
Mihai Maruseac 2021-03-05 14:30:58 -08:00 committed by TensorFlower Gardener
parent bca7074097
commit 1a8561e57a

View File

@ -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