Matt Neuburg wrote: > Steven Hirsch <swhirsch / nyc.rr.com> wrote: > >> which, of course, is utterly ridiculous. So the question is how do I get >> ruby 1.9.1 to recognize and follow the correct gems path? > > I am no expert, but my guess would be to look (at the command line) at > > $ gem environment > > and at > > $ gem help environment > > Your GEM_PATH needs to include usr/local/lib/ruby/gems/1.9.1. You can > change it in a .gemrc file, I think. More info here: > > http://rubygems.org/read/chapter/11 > > Hope that turns out to be it - m. Setting GEM_PATH solved the problem! Thanks very much!! Funny thing is I never needed to do this with 1.8.7. -- Posted via http://www.ruby-forum.com/.