what do these rvm ruby versions mean

Viewed 5362

If I run this command

rvm list known

I get the following (just showing a few entries) -

[ruby-]1.9.3[-p194]
[ruby-]1.9.3-head
ruby-head

I want to install ruby 1.9.3. In the blog entries online I have seen people just mentioning

rvm install 1.9.3

which actually installs -p194 version.

So how does ruby-head differ from 1.9.3-head from 1.9.3-p194 ? And should one of them be installed instead of -p194?

1 Answers
Related