Hi Jordon,
$ which ruby /home/username/.rvm/rubies/ruby-2.0.0-p353/bin/ruby $ sudo which ruby /usr/bin/ruby *I solved the issue* by uninstalling old ruby version sudo apt-get remove ruby1.8 and installed sudo apt-get install ruby1.9.3 Thanks for your support! On Thu, Jan 23, 2014 at 2:55 PM, Jordon Bedwell <[email protected]> wrote: > On Wed, Jan 22, 2014 at 10:30 PM, saravanan p > <[email protected]> wrote: > > In my server terminal, > > > > $ ruby -v > > ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux] > > > > and > > $ sudo ruby -v > > ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] > > What is the return of the command `which ruby` as the user that has 2.0.0? > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/rubyonrails-talk/CAM5XQnw4MDmAf6BbzJzfM%2BWkCuOPzjO3-3n7ezg6uYO9QJuqSA%40mail.gmail.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAOxyzk1zEU4rsBdpbZESccy92Ug%3DSOAza6WwLFPtShHHwn3cuA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

