From: dflanagan@... Date: 2007-02-06T16:25:05+09:00 Subject: Re: How do I install both Ruby 1.8 and Ruby 1.9? Thanks, Matz! David On Feb 5, 11:01 pm, Yukihiro Matsumoto wrote: > Hi, > > In message "Re: How do I install both Ruby 1.8 and Ruby 1.9?" > on Tue, 6 Feb 2007 15:45:09 +0900, dflana...@gmail.com writes: > > |I have Ruby 1.8 installed (on Linux) in /usr/local/bin/. > | > |I want to have a copy of a Ruby 1.9 snapshot around too, so I can try > |out stuff out with that. > > Try supplying --program-suffix to configure. > I use --program-suffix=1.9 for 1.9. > > matz.