I'm just starting to try out TextMate, but a bunch of my commands are failing for what looks like pathing issues.
A simple illustration of the problem is trying to do the 'Execute Line Inserting Result' command on say, 'ls' for example. I get:
ls /bin/bash: line 1: ls: command not found
Trying to do something like 'Filter Through Command...' yields man many lines of '/bin/bash: line 1: dirname: command not found'
It looks like a path issue. I'm using .MacOSX/environment.plist to set my environment path, but /bin, /usr/bin, et all are in there. So I don't see why that would be an issue. The only other funky thing I'm doing is parsing my environment.plist in .profile so I don't have two sources of path information. Again, not sure why that would be an issue, but it's at least related.
This is all on TextMate (trial) Version 1.5.5 (1368)
Any ideas?
Thanks in advance! -Mat