On Mon, 30 Sep 2013 09:07:40 +0200 Josef Reidinger <jreidinger@suse.cz> wrote:
Besides executing rvm remove 1.9.3 ?
http://stackoverflow.com/questions/3558656/how-to-remove-rvm-ruby-version-ma...
Hi Josef, I exchanged few emails of the list with Alejandro and result is that there is another way to have system version of ruby as default without removing rvm. It seems that problem with YaST is a result of "--default" parameter in: curl -L https://get.rvm.io | bash -s stable --ruby ruby install 1.9.3 rvm use 1.9.3 --default that tells rvm to set 1.9.3 as system default. Cure should be: rvm use system --default but I'm not sure until Alejandro answers on last email. (in CC now) I don't have rvm installed and the only source of information is: https://rvm.io/rvm https://rvm.io/rvm/basics and https://rvm.io/rvm/cli <quote> PLEASE NOTE: RVM is 'hands off' any system ruby that you have installed. To be able to "use" your system ruby you can tell RVM to undo the environment changes that it has applied, as follows. $ rvm use system $ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] $ which ruby /usr/bin/ruby </quote> -- Regards, Rajko. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org