Richard Blumberg wrote:
the ruby application is at /usr/local/bin/ruby.
There's a symlink at /usr/bin/ruby
Shouldn't that work?
Bad idea. Don't do this. Some applications may rely on the original (system provided) ruby being in /usr/bin, and replacing it could break things.
-Jacob