From: "Pragash Mr." Date: 2008-08-01T15:27:30+09:00 Subject: Re: New to Ruby, question about gem Greg Akins wrote: > I had just installed Rails 2.1.0, or at least that's the feedback I got > when I typed "gem install rails" > > However, when I look in my gem paths I see that rails-1.2.6 is the only > directory there. > > Am I missing something. Is Rails 2.1.0 stored somewhere else (gem > environment gave me two paths, I checked them both). > > Sorry if this is a stupid question, I'm still finding my way around. > > Thanks! If you installed any previous versions of rails... first remove completely then install latest version if you want to remove gems in the command line type "sudo apt-get autoremove rubygems" -- Posted via http://www.ruby-forum.com/.