From: Musdev Musdev Date: 2010-07-21T05:02:38+09:00 Subject: Re: Can't get ruby 1.9 to work after install on OSX Vitaliy Yanchuk wrote: > Check you PATH > echo $PATH in terminal > which of ruby bin files are first to be found would be the one is used > as default Okay I see, When I want to run a ruby program, I just use ruby19 file.rb instead of the first ruby file.rb found in bin and it works :) Thanks -- Posted via http://www.ruby-forum.com/.