According to python.org, Python 3.6.1
was released at the end of March. But:
» pyenv install -l | grep 3\.6\.
3.6.0a1
3.6.0a3
3.6-dev
Python 3.6.1
not yet available in pyenv
?pyenv
supports? (when it was added, what is in progress, ...). The pyenv documentation does not give this information.pyenv
? (similar to PyPi
)pyenv update
brew upgrade pyenv
cd $(pyenv root) && git pull