The pyenv installed by homebrew is release tagged, so pyenv The original HEAD may not support the supported Python version.
You can install it by git clone from the original home, but it is troublesome to manage, so if possible I would like to be able to upgrade with homebrew.
It's a pain to put it in from the tar ball, and now I'm looking at the help with pythonz .. There is something like <definition-file>
.
% pyenv install -h
Usage: pyenv install [-f] [-kvp] <version>
pyenv install [-f] [-kvp] <definition-file>
pyenv install -l|--list
So I tried it and it was done!
pyenv install ./3.4.0rc2
pyenv versions
Recommended Posts