From: Tom Pollard Date: 2006-11-21T02:24:53+09:00 Subject: Re: failure in irb with rubycocoa (MAC OS X) On Nov 20, 2006, at 10:14 AM, jeckyll wrote: > so my ruby-installation works fine in /usr/local/ but it doesn't work > with rubycocoa. > Maybey i should install rubycocoa in /usr/local/ too with prefix > config? Yes, that's how you should install modules that you want to use with your /usr/local ruby installation. I'm not familiar with RubyCocoa, unfortunately. For most modules, you should just need to go through the usual installation procedure, but use /usr/local/bin/ruby instead of Apple's ruby. Tom