i installed RVM . and also iinstalled ruby 1.9.2 , but i cannot keep default as 1.9.2. It was showing that it was changed , But I it was using same version(1.8.7) sathia@sathia27 ~ $ ruby -v ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-linux] sathia@sathia27 ~ $ rvm --default use 1.9.2 Using /home/sathia/.rvm/gems/ruby-1.9.2-p180 sathia@sathia27 ~ $ ruby -v ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-linux] Please help ? Thanks in advance -- Regards sathia http://www.sathia27.wordpress.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
have you tried opening a new terminal ou reloading your .bashrc (or equivalent)? If you have already tried that, what happens if you try: $ rvm use 1.9.2 ? On Wed, Jun 15, 2011 at 12:11 PM, Sathia S <sathia2704-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> i installed RVM . and also iinstalled ruby 1.9.2 , but i cannot keep default > as 1.9.2. > It was showing that it was changed , But I it was using same version(1.8.7) > > sathia@sathia27 ~ $ ruby -v > ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-linux] > > sathia@sathia27 ~ $ rvm --default use 1.9.2 > Using /home/sathia/.rvm/gems/ruby-1.9.2-p180 > sathia@sathia27 ~ $ ruby -v > ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-linux] > > Please help ? > Thanks in advance > > > -- > Regards > > sathia > http://www.sathia27.wordpress.com > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
2011/6/15 Zé Ricardo <zehzinho-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> have you tried opening a new terminal ou reloading your .bashrc (or > equivalent)? > > If you have already tried that, what happens if you try: > > $ rvm use 1.9.2 > > ? > > > Thank you so much. After reloading .bashrc, (source .bashrc) .It works now -- Regards sathia http://www.sathia27.wordpress.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.