On Fri, Jan 21, 2011 at 10:31 AM, Matt Bauman mbauman@gmail.com wrote:
I believe the error is that your /usr/local/bin directory is not within the $PATH in TextMate. To fix this, go to TextMate -> Preferences -> Advanced -> Shell Variables. Add a new variable PATH (or replace it if it already exists) with the value of `echo $PATH' from your terminal.
This did the trick - thanks Matt!
Jim