(I can work around this but I am curious as to why it happens.)
I have the standard installation of Python on Windows 10. I also have the Anaconda package installed.
I noticed that when I started IDLE from the start menu it launched thus
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32
Yet when I go to the actual folder the link points to, and open idle.pyw it starts thus
Python 3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)] on win32
Strange...
What exactly is causing it to start in these different ways?
The only way I can open the Python 3.6.0 is now through the start menu link - how could I launch 3.6.0 without having to go through the start menu?