How to setup Komodo Edit for Python 3.2 -
i use komodo edit edit scripts written in python 3.2. how setup komodo edit run python 3.2 interpreter? using latest version of mac osx.
the reason ask because using komodo edit , running version of python interpreter. when use print(b, end=' ')
command, , error pointing end=' '
. think because komodo using python 2.6.1 default on mac.
any suggestions appreciated. thank you.
you can change default python interpreter in preferences -> languages -> python
.
Comments
Post a Comment