From: Cliff Rowley Date: 2007-09-01T13:28:49+09:00 Subject: Re: Ruby 1.8 and 1.9 > create an alias or symlink for at least one of them and have them in > different directories > If you create a symlink for 1.9 called ruby19 you can call the 1.9 > interpreter with > ruby19 script_name.rb Thanks, I figured the ruby interpreter itself might be as easy as that. > With Ruby Gems you might run into some trouble though. Buut yes, this is where I thought I may come unstuck ;-) Any thoughts? Cliff