On 10/22/06, jzakiya / mail.com <jzakiya / mail.com> wrote: > Loaded the lastest rubygems (0.9.0) as root, like always, > but in my USER account I can't see it anymore. I have no > problem doing this on my laptop. The only difference is I'm > using ruby 1.8.5 in my USER account, while the root has 1.8.4. The 'gem' command is just a front-end to code in the RubyGems library, so you probably need to install RubyGems under your user account copy of Ruby (the 1.8.5 installation) as well.