'How to completely uninstall Python 2.7 on Windows 10?
as Python 3 is out I'd like to completely uninstall 2.7 on windows 10 64 bit. How can I achieve this?
Solution 1:[1]
Removing paths and using the installer to uninstall solves the problem.
Solution 2:[2]
Python installations can be very difficult to remove on Windows. If you delete some of the obvious content, the Python Launcher for Windows may still run, but it won't be able to complete the uninstall successfully.
I installed the free [IObit Uninstaller], searched for all programs with py in the name, and was finally able to remove my old versions.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ogden |
Solution 2 | denise |