[TxMt] interpreter failed: No such file or directory (add Comment error)

Allan Odgaard throw-away-1 at macromates.com
Tue Mar 7 15:33:45 UTC 2006


On 6/3/2006, at 19:32, Daniel Jewett wrote:

> I'm getting this: interpreter failed: No such file or directory
> When using cmd-/ to add comments.

That would indicate that there was a problem loading /usr/bin/env.

Could you try to select these two lines in TextMate and press ctrl-R,  
and quote the result:

    #!/usr/bin/env sh
    echo test

And these two:

    #!/bin/sh
    echo test


If you do get a failure for the first, please also try (from either  
Terminal or TextMate):

    ls -l /usr/bin/env




More information about the textmate mailing list