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.