On Sep 5, 2007, at 8:31 PM, Allan Odgaard wrote:
On Sep 5, 2007, at 5:09 PM, Mike Mellor wrote:
I got the following error today when I tried to run a TextMate command in the GTD2 bundle: [...]
Has the command worked before?
I've been playing around with my ruby installation, but it seems to be running fine (1.8.6) [...]
So this is a custom install of Ruby -- is the default version 1.6 (i.e. you being on Panther)? Cause that would explain it.
See http://macromates.com/wiki/Troubleshooting/RubyVersionIssue
Well, I got things working again, but I'm a little confused as to how to really fix the problem. What I found was that my commands the began #!/usr/bin env ruby were failing to execute. Changing the first line to #!/usr/local/bin/ruby works. It's not a TextMate issue, but a problem with my system (that I need to figure out). Thanks for the help.
Mike