From: Tim Hunter Date: 2008-02-06T21:39:10+09:00 Subject: Re: Which version do I have then? Sebastian Komianos wrote: > Gavin Kistner wrote: >> Search for information on the PATH environment variable to understand >> how *nix systems resolve the binaries. If you have further questions, >> feel free to post again. > > Sorry but I have no idea on how I am supposed to do this. > >> I personally have the built-in Ruby Leopard install in /usr/bin/ruby, >> my own 1.8.6-p111 build in /usr/local/bin/ruby, and another 1.9 built >> as ruby190. > > Isn't there an (easy) way I remove any prior to 1.9.0 builts? > > Apart from that, am I harming my Mac with all these experiments? It's > just that I can't resist! :D > > (Hope I am not "rubbishing" your emails with my newbish questions) My advice? Remove 1.9.0 and just use the Ruby 1.8.6 that is already installed on your system. 1.9.0 is not "up to date," it's a developer's version of Ruby that has bugs and undocumented features. All the books you'll buy, and 99% of the web sites, describe 1.8.6, not 1.9.0, so all you'll do is confuse yourself. Dump 1.9.0 until you're a Ruby expert. Also, buy a book about OS X that describes how to use the shell and Unix commands. You can't use Ruby effectively on OS X by clicking on things. -- RMagick: http://rmagick.rubyforge.org/ RMagick 2: http://rmagick.rubyforge.org/rmagick2.html