Recommend
If you like my work with RVM, please recommend me *with a comment as to why you recommend me* on
Working With Rails – Thank You!
IRC
I am 'wayneeseguin' in #rvm on irc.freenode.net
If I do not respond right away, leave a message and I'll respond or leave you a memo when I am around.
Sponsors
$ rvm help # Documentation Index

Listing RVM installed rubies.

There are a few different ways to list RVM installed rubies.

You can view the commands available by typing

rvm list

To list all installed rubies

rvm list rubies

To list the default ruby

rvm list default

To list the default ruby string only

rvm list default string

To list all installed rubies, in their ruby string representation only

rvm list strings

To list all *known* RVM installable Rubies

rvm list known

NOTE: Even though this is all *known* rubies, RVM can install many more rubies not listed :)

Looking for knowing where you are at? See rvm-prompt

RVM Documentation Index