On Tue, Nov 20, 2012 at 10:02 AM, johnny mo <[email protected]> wrote: > hi, > > Thanks for looking into this. > > $ which ruby > /home/jacky/.rvm/bin/ruby > $ which gem > /usr/bin/gem
This looks suspicious: why do you have a /usr/bin/gem but not a /usr/bin/ruby? > $ ls -l /usr/bin/gem > /usr/bin/gem -> /home/jacky/.rvm/rubies/ruby-1.9.3-p194/bin/gem > > So I changed the softlink /usr/bin/gem to point to > /home/jacky/.rvm/bin/gem I'd probably rather remove /usr/bin/gem completely. Somehow you seem to be mixing installations. What OS and distribution is this and what did you do to install ruby? Cheers robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
