From: Tim L. <t....@to...> - 2005-09-17 17:06:05
|
On 17/09/2005, at 7:56 AM, Dave howell wrote: > Let's try again....nope, my installation directory is now > mysteriously corrupted. I must now erase it and download a whole > new copy of Ruby. I guess I'll try the package that 'discordantus' > put together. After I finish banging my head against the wall. > Why not install from darwinports? Step 1) Install darwinports Step 2) sudo port install ruby rails rubygems Step 3) there is no step 3 :) Rubycocoa and anything else can use the darwinports ruby install just fine by adding /opt/local/bin to your path and changing the shebangs to '/usr/bin/env ruby' ... oh, and darwinports doesn't clutter your system -- everything sits under /opt/local/ so you can try it out w/o fear of nuking your default system libraries. -- tim lucas |