I want to work in python 3.6 on sublime 3, I have been working on python 2.7 and it works very well, when i have installed python 3.6, it works fine on python 3.6 shell and i have set environment paths :-
C:\Python36\Scripts\;C:\Python36\;
as it created on my setup file.. I have installed python 3 on sublime as python 2.7 .. when I try to execute python3 file it gives me
'py' is not recognized as an internal or external command`
I have rebooted and nothing happened.
is there's something im missing? what should i double check on sublime?