How can I make my Wingpro uses python3 instead of python2?
I have macOS and my wing Pro suddenly uses python2 instead of python3. How can I reset this?
I have macOS and my wing Pro suddenly uses python2 instead of python3. How can I reset this?
That's odd because Wing should since quite a while now prefer Python 3. If you have a really old Wing that might not be the case, though. Possible it's getting confused if 'python' is still python2.
Whatever the cause, you should be able to set Python Executable in Project Properties to Command Line and either python3 or the full path to the Python you want to use.
Comments