I'm new to python and sublime. I downloaded anaconda3-5.2, the full version with python3.6, and sublime text 3 on my 64bit machine windows 10.
When i start my sublime text 3 i imediately get the Error:
I really don't know how to solve this. It clearly says it is pointing to a python2.7, and i don't have python this one. I have python 3.6.
On the internet they tell to choose python as builder and as syntax, but this didn't solve the problem.
I also reinstalled anaconda and sublime, but this also didn't fixed it.
Does anybody have a possible solution?
When you installed python 3.6 you most likely you did not check the box to add it to your user PATH environment variable. Reinstalling and checking the box should fix it.
Otherwise, you could update your user Path Environment Variable adding something like "C:\Users\OdatNurd\AppData\Local\Programs\Python\Python36\"