From: Tim Hunter Date: 2007-05-24T07:21:25+09:00 Subject: Re: Ruby Header Files in Mac OS X Ari Brown wrote: > > Couldn't I just move the file around? And should I reinstall it in > /usr/bin or /usr/local? > You could, but installing your own version of Ruby is easy and you can keep up with new releases. Not to mention you become the master of your own destiny, at least as far as Ruby is concerned :-) You should install it in /usr/local and then modify your PATH to put /usr/local in front. Put this in your ~/.profile file: export PATH=/usr/local:$PATH You can learn about PATH and .profile by issuing the "man bash" command in a Terminal window, or just Google it. -- RMagick [http://rmagick.rubyforge.org] RMagick Installation FAQ [http://rmagick.rubyforge.org/install-faq.html]