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.