Is there any way, on Ubuntu 9.04, to install ruby 1.8 as ruby1.8 (or get rid of it altogether) and have ruby 1.9 be the default ruby?
|
feedback
|
|
I'm not really sure, but maybe this can help
| |||||||||
feedback
|
|
Martin - Take a look at the following link: http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/ This is where installation of ruby is heading for ubuntu servers. This should allow you to not only switch to a ruby version when needed, but also keep gems separated based on ruby versions, etc. Good luck. Cheers, Henry | |||||
feedback
|
|
try
or try building from source. this worked for me on ubuntu 9.04 and after a restart 1.9 was the standard ruby | |||||||||
feedback
|