Am 13.03.2009 um 20:59 schrieb Rob McBroom:

On 2009-Mar-13, at 2:15 PM, Christian wrote:

But I would like to use Python v3 within TextMate when pressing cmd+R.
Could that be done in some way? If yes, could you please a minimal
example how to code it?


Try setting TM_PYTHON to "/path/to/python3.0". It can be set per-
project or globally in TextMate's preferences. This will make ⌘R use  
Python 3, but it might also be enough to break some commands. I  
haven't tried it.

I tried to set TM_PYTHON to

/Library/Frameworks/Python.framework/Versions/3.0

but after cmd+R, I only get in the output window

Program exited with code #1 after 0.01 seconds.

and nothing more.


Do you have further hints...?
Christian