From: lasitha Date: 2009-03-02T01:55:06+09:00 Subject: Re: 1.9 on OS X On Sun, Mar 1, 2009 at 10:09 PM, Tim Hunter wrote: > Jeff Schwab wrote: >> >> What is the best way to install Ruby 1.9 on Apple OS X? > Download the tarball from ruby-lang.org, configure, make, make install. > > Make sure you've got /usr/local at the beginning of your $PATH, or, if you > want to use 1.9 alongside 1.8.6, use the --program-suffix= option to append > "19" to the executable names. Use "./configure --help" for more information. YMMV but i had some trouble with gem executable conflicts using the program-suffix scheme. Also with she-bang lines in scripts. I've had much less trouble with 1.9 in its own sandbox (e.g. under /usr/local/ruby-1.9) and a little script to modify my $PATH whenever i want to switch between 1.8 and 1.9. And for the sake of completeness i should mention macports has a ruby19 package (which installs with the aforementiond suffixes by default). Solidarity, lasitha.