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
- Why is
Python 3.6.1
not yet available inpyenv
? - Where can I find documentation about the releases that
pyenv
supports? (when it was added, what is in progress, ...). The pyenv documentation does not give this information. - Is there a repository for Python releases supported by
pyenv
? (similar toPyPi
)
pyenv update
? – Virgeupdate
command does not even appear enpyenv --help
, and there is noman pyenv
. I do not find it in pyenv documentation. Where did you find this? – Pyrophoricbrew upgrade pyenv
but I get:Error: pyenv 1.2.7 already installed
– Adao