I've got python 3.6 in this directory:
D:\Python36
How can I set in .emacs path to python 3.6 interpreter?
I've got python 3.6 in this directory:
D:\Python36
How can I set in .emacs path to python 3.6 interpreter?
python-shell-interpreter
is the variable you are looking for. You can set it using
(setq python-shell-interpreter "D:\Python36")
Add this to your .emacs
and reload python process.