From: Robert Klemme Date: 2009-03-29T21:54:59+09:00 Subject: Re: ruby1.9 - to make it real On 29.03.2009 14:44, Florian Gilcher wrote: > I would pay a bit of attention, because there is software relying on > OS X > having ruby1.8 installed by default (Textmate for example). Chances that > this software breaks when you execute them on 19 instead are high. > > What you could do is create a shell alias in Terminal that is only > applied > on interactive use. Granted - that's only a half-fix. A variant of that is to create a script called ruby which execs the 19 version - that way you can also have other processes benefit from the "fix". You may need to adjust your path though. Cheers robert