How to setup Komodo Edit for Python 3.2

David picture David · Apr 29, 2011 · Viewed 8k times · Source

I would like to use Komodo Edit to edit scripts written in Python 3.2. How do I setup Komodo Edit to run the Python 3.2 interpreter? I am using the latest version of Mac OSX.

The reason I ask because I am currently using Komodo Edit and am running some version of the Python interpreter. When I use the print(b, end=' ') command, I get and error pointing to end=' '. I think this is because Komodo is using Python 2.6.1 which is the default on the Mac.

Any suggestions would be greatly appreciated. Thank you.

Answer

leoluk picture leoluk · Apr 29, 2011

You can change the default Python interpreter in Preferences -> Languages -> Python.