From: Martin DeMello Date: 2010-08-20T06:11:17+09:00 Subject: Re: ruby 1.9 path On Fri, Aug 20, 2010 at 2:20 AM, Luis Gomez wrote: > Martin yes it did work . > > drdos@drd0s-f00 ~ $ ruby1.9 -e "puts 'hello world'" > hello world > drdos@drd0s-f00 ~ $ > > how do i do to put back the ruby only on path ? If this is ubuntu, you should probably do it using update-alternatives. Check out the other link I posted. martin