From: Lyle Johnson Date: 2006-09-23T01:29:23+09:00 Subject: Re: GEMs not installing properly On 9/22/06, Peter Bailey wrote: > I'm having trouble with the KirbyBase gem. I installed it, using: > > gem install KirbyBase. > > It appeared to install. I've done it 2 or 3 times now. And, when I type: > > gem list --local, > > it lists KirbyBase 2.6. > > But, when I try and run some code with KirbyBase required at the top, it > gives me an error, "no such file to load." Is your RUBYOPT environment variable set to "rubygems", as described in this section of the RubyGems User's Guide? http://rubygems.org/read/chapter/3 If not, I suspect that's the problem. Hope this helps, Lyle