Am 13.03.2009 um 18:07 schrieb Alex Ross:
On Mar 13, 2009, at 8:33 AM, Christian wrote:
Hi list,
I started python and therefore I downloaded v3.0.1 as a dmg and installed it.
If I test the version in the terminal with
python -V
it returns
Python 2.5.1
The same is used within Textmate.
I thought the old one will be updated with the new version... How could I used the new version of python and where got it installed?
You can use Python 3.0 by calling “python3.0” on the command line. I don't think it would be wise to change the python symlink to python3.0 because some TextMate commands use python and these might not work with version 3.0.
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?
Thanks Christian