A small usability proposal: add "latest" (release) aliases, so something like pyenv install ...
2, 2.x, 2-latest would install (as of now) 2.7.11, or
3.4, 3.4.x, 3.4-latest would install 3.4.4.
I'm semi-indifferent to what scheme to use, as long as it's short and simple. Currently there are X.Y releases in the list, but could move them to X.Y.0?
Also perhaps when asking for a "latest" version, force an update of the version list?
A small usability proposal: add "latest" (release) aliases, so something like
pyenv install ...2,2.x,2-latestwould install (as of now) 2.7.11, or3.4,3.4.x,3.4-latestwould install 3.4.4.I'm semi-indifferent to what scheme to use, as long as it's short and simple. Currently there are
X.Yreleases in the list, but could move them toX.Y.0?Also perhaps when asking for a "latest" version, force an update of the version list?