Thank you. That didn't get me there, but I really appreciate the quick
response, and that actually helps me in some other areas.
I got this:
root@rockhopper:~# update-alternatives --config ruby
update-alternatives: error: no alternatives for ruby. root@rockhopper:~#
update-alternatives --config rubygems update-alternatives: error: no
alternatives for rubygems. root@rockhopper:~#
rvm in that guise is not on my apt purvey. I appreciate the
suggestions. Perhaps if it's this hard it's better to wait for the OSs
to upgrade themselves anyway. I just noticed the CentOS we use is way
back to ruby 1.8.5. I sure hope we stop using CentOS soon. It is a
dog, and wastes a lot of our time. Debian family stuff has it's
problems, but for my work it seems to always come out as superior.
Ubuntu (and most other distributions) believe in having a default version
of the language, so it isn't a matter of guesswork to know which version
of Ruby is the default. As such, interpreted language versions aren't
managed by the alternatives system. At some time in the future, they'll
change the default to 1.9.x (after having a well-planned migration, and
an understanding that 1.9.x is the preffered alternative in the
community), but in the mean time you need to specify that you want ruby
1.9.1 by using ruby1.9.1 as your shebang, and by typing the version on
the command line.
(They treat gcc and python similarly. Perl 5's compatibility is so set in
stone at this point that it doesn't need alternative versions on the same
system, so the current version is always the default.)