Home python How do I uninstall python and everything related to it (pip, IDLE,...

How do I uninstall python and everything related to it (pip, IDLE, all libraries previously downloaded)?

Author

Date

Category

I’m always having problems with python and libraries, so I’m going to reinstall python and everything related to it. However, when I tried to do this, only python itself was removed, and pip and all the libraries it installed remained. Can you please tell me how to delete all data related to python?

OS: Windows 10


Answer 1, authority 100%

  1. We go into the environment variables through the properties of the computer. Remove everything related to python from there:

 enter image description here

  1. Go to the old control panel, uninstall programs, and uninstall python (pcm – uninstall)

 enter image description here

We also remove Lauchers, third-party IDEs, etc.

3.Open virtual environments and delete them too: (you can find them by the name venv, Scrips)

 enter image description here

  1. Default python folder: C:\Users\User\AppData\Local\Programs\Python\Python38for newer versions.
    Libraries are stored in the Scripts folder. In principle, deleting python through the control panel should have cleaned everything itself, but if it didn’t clean it, we clean it from libraries.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions