On 12/6/2006, at 22:50, Ryan King wrote:
This bring up a question, though. In Textmate, I'd set PATH = "/ usr/local/bin:/usr/bin" (via Preferences -> advanced -> shell variables).
Shouldn't this take precedence?
For shebang scripts, yes.
I tried setting PATH myself in advanced preferences and then did ^R with these two lines selected:
#!/bin/sh echo "$PATH"
This did show the changed path. So not sure why it would fail to work for you.