From: Tim Hunter Date: 2007-05-23T06:52:35+09:00 Subject: Re: Two Installations of Ruby highlyjhi wrote: > Is it possible to install the new version of Ruby over the old on OS X? > Yes, but you probably don't want to. If you let the ./configure script use the default --prefix, Ruby will get installed in /usr/local. Then all you have to do is add /usr/local to your PATH in your ~/.profile file in front of the default PATH, like this: export PATH=/usr/local:$PATH You can read about PATH and .profile by entering man bash in a Terminal window, or just Google it. -- RMagick [http://rmagick.rubyforge.org] RMagick Installation FAQ [http://rmagick.rubyforge.org/install-faq.html]