If you’ve installed Ruby and Rails using mac ports, be aware that
installing 10.5.3 will install new versions of ruby and rails, which
will hide your mac ports versions of rails.
I had to go into /usr/bin and reset/delete a whole bunch of symlinks.
Just be aware.
I haven’t upgraded yet, but I doubt there’s a problem with 10.5.3 and
Ruby. Instead, I think there may just be an issue with your path. As
long as you have /opt/local ahead of /usr/bin on your path, you should
be able to have both Ruby installs co-exist peacefully.
Regards,
Craig
Hi, I agree with Craig because if you have your PATH setup properly both
should be able tocoexist. For example, I have the following in my
.profile:
export
PATH=/opt/local/bin:/opt/local/sbin:/opt/local/apache2/bin:${PATH}
Please follow the instructions on the MacPorts site because it’s there
in
section 2.4:
http://guide.macports.org/
Good luck,
-Conrad
On Sat, May 31, 2008 at 10:14 PM, Craig D.
[email protected]
Just a FWIW… Leopard’s Ruby has always worked fine from the start and
not
needed Macports management. Just one less headache on my end. YMMV
RSL
On Sun, Jun 1, 2008 at 7:00 AM, Frederick C.
[email protected]
Hi,
On Jun 3, 1:07 pm, “Russell N.” [email protected] wrote:
Just a FWIW… Leopard’s Ruby has always worked fine from the start and not
needed Macports management. Just one less headache on my end. YMMV
That’s my experience too. Leopard’s ruby also works with dtrace, and I
couldn’t get that to work with MacPorts ruby. It’s been a couple of
months since I tried it though.
Jon