Is there something like "RVM use 1" or "RVM use list[0]" instead of typing the entire version number. At any time , we see a list of may be 5 or more rubies and we can easily type a single digit number instead of X.X.X. This will help rvm gemset too.
You could do something like this:
rubies=(`rvm list strings`)
rvm use ${rubies[1]}
rvm list strings - list installed rubies, machine passable form.
This is put into a bash array.
this will be possible in RVM 2.0 => https://docs.google.com/document/d/1xW9GeEpLOWPcddDg_hOPvK4oeLxJmU3Q5FiCNT7nTAc/edit?usp=sharing - anyone with the link can comment
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With