View Single Post
Actually, I was using macports as well on Tiger but I've symlinked my/usr/bin/ruby to the macport version in /opt so all my scripts would use the macports version. Then the shebang line should work since env ruby would point to your macports version.

Anyway, if it doesn't work then `which ruby` will help you find where your ruby is.