From: Timothy Hunter Date: 2006-05-30T06:42:39+09:00 Subject: Re: Installation question P奪l Bergstr旦m wrote: > P奪l Bergstr旦m wrote: > >> I use Mac OS and have installed Ruby. Sorry for a stupid question but >> where is Ruby installed? >> > > I seem to have the main Ruby folder in /usr/lib/ruby. Is that the > correct place? > > OS X 10.4.x comes with Ruby pre-installed in /usr. If you installed Ruby from source (./configure && make && make install) then you installed that version of Ruby in /usr/local. You can always determine which ruby you're using by running which ruby