The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Housing Ruby 1.8 and 1.9

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Red Handed

Posts: 1158
Nickname: redhanded
Registered: Dec, 2004

Red Handed is a Ruby-focused group blog.
Housing Ruby 1.8 and 1.9 Posted: Apr 11, 2005 4:39 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Red Handed.
Original Post: Housing Ruby 1.8 and 1.9
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Red Handed
Latest Posts From RedHanded

Advertisement

I have a laptop running Gentoo. A Compaq V2000 —a model I’d highly recommend—Dothan chip and all that. One of the reasons I chose Gentoo was because of the simplicity of upgrading software I use from CVS. Keeping multiple versions of Ruby on the same machine is really sly as well.

 # emerge ruby
 # emerge ruby-cvs

Use ruby18 or irb18 to explicitly use 1.8. Or ruby19 and irb19 to explicitly use 1.9. And then Gentoo has a use.perl-style script to alter the symlinks of ruby or irb itself.

 # ruby-config ruby18
 # ruby-config ruby19

I’d really like to know how this works (does it?) on Debian or Slackware.

Read: Housing Ruby 1.8 and 1.9

Topic: Nobody expects the RESTifarian Inquisition Previous Topic   Next Topic Topic: Last week at my job

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use