Reputation: 31
I deleted Python's directory, now I can't reinstall it, it tries to upgrade.
I deleted HKEY_CURRENT_USER/Software/Python
I looked at HKEY_LOCAL_MACHINE/SOFTWARE
but there was no Python.
platform: Windows 7 64 bit
Upvotes: 2
Views: 825
Reputation: 219
Under Windows OS You should go to Your Control Panel and chose Uninstall a Program. Then You should find Your current Python installation and remove it with all dependencies.
Under Ubuntu You have to go to the terminal and execute command sudo apt-get remove python3*
for Python 3.n versions.
Upvotes: 1