I forget it every time, so make a note
pyenv install --list
pyenv install --list | grep -v - | grep -v b | tail -1
pyenv install --list | grep -v - | grep -v b | grep 3.5.* | tail -1
Recommended Posts