On 6/8/07, <b class="gmail_sendername">Mat Schaffer</b> <<a href="mailto:schapht@gmail.com">schapht@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The only other funky thing<br>I'm doing is parsing my environment.plist in .profile so I don't have<br>two sources of path information.</blockquote><div><br>I bet this is the problem. TextMate will source your .profile when you run a command, in an attempt to pick up environment information that's set there. Some random thoughts:
<br><br>1. When you load environment.plist from .profile, do you do so via a relative path? When TextMate sources .profile, the current working directory isn't $HOME. Try explicitly referring to "$HOME/.MacOSX/environment.plist", if you're not doing so already.
<br><br>2. Failing that, if you temporarily rename .profile so that TextMate can't pick it up, does it start working then?<br><br>Robin<br></div><br></div><br>