I use sublime text 3
to code my python script in OSX. However, whenever I create a new python script using sublime text 3
, it automatically created the file in Python2.7
. But I want to use Python 3.6
. This is really annoying and sabotaging my working progress...
Is there any way to change the default path for Python in sublime text 3
? Appreciated!!