
Where to get Python for Microsoft Windows In this blog post, I'll share with you what I learned.
The python.exe command not always starting the most recent version of Python installed on a system.įinally, I decided to get to the bottom of it. The py.exe tool not detecting some installed versions of Python. (Yes, I know that Python 2 is obsolete, but the reality is that I still have mission-critical tools that depend on it!)
New programs, not compatible with Python 2, breaking on others. Old programs, not compatible with Python 3, breaking on some systems. And, over the years, I've experienced a lot of problems: Most of them have one or more versions of Python installed. I use many Microsoft Windows systems for development and testing both real systems and VMs.