Help out a poor dumb Pythonista who's trying to give rails a try.
I'm running OSX 10.3.9. I followed the directions at http://www.rubyonrails.org/down and
installed from source ruby 1.8.4. OSX came with ruby 1.6.8 pre-installed in /usr/bin. I
moved that to /usr/bin/ruby-1.6.8 and make /usr/bin/ruby a symlink to /usr/local/bin/ruby.
All of this went well:
It includes everything you need - ruby, needed gems, everything. No
installation required, doesn't interfere with your stock ruby, because
it's all contained inside the bundle. Brilliant. Plug, play. m.
···
Roy Smith <roy@panix.com> wrote:
Help out a poor dumb Pythonista who's trying to give rails a try.