I want to know what Python versions I could install using the pyenv install
command. pyenv versions
lists only installed versions and does not appear to have an option to list available versions.
How can I find out what versions of Python I can install with pyenv install
?
rvm
. Inrvm
, listing available versions is done with a variation of the command that lists installed versions, rather than the command that installs new versions. There's nothing illogical about either choice, but my long experience with rvm made me blind to the idea that the "install" command was the place to look. Searches of either google or SO didn't help; this question/answer would have saved me some time. – Donatus