I have installed Anaconda3 (2019) which comes with Python 3.7.
However, when I run from cmd python I am informed that I run Python 3.6.5:
(base) C:\WINDOWS\system32>python
Python 3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
I have declared Anaconda3 in my Path variable:
The python.exe is contained in a directory that I can not declare in my Path:
The directories under Anaconda3 are the following:
There is no bins subdirectory here.
But there is a python.exe file:
I have declared its path in the Path variable: