From: Eric Hodel Date: 2008-02-28T18:20:12+09:00 Subject: Re: Ruby 1.8.4 and Ruby 1.8.6 On Feb 28, 2008, at 01:14 AM, Bala wrote: > Hi Experts, > > I was wondering, if we could use previous version if we installed > 1.8.6? > > i know this is stupid. :) any suggestions? [unpack a ruby 1.8.6 tarball and cd into it] ./configure --prefix=/path/to/ruby186 make && make install /path/to/ruby186/bin/ruby -v