Hello guys. How are you all? I hope you all fine. Today we are going to learn about How to completely Uninstall Python From Windows without wasting time lets learn how we can completely uninstall python from windows.
How to completely Uninstall Python From Windows
- To completely Uninstall Python From Windows
For completely uninstall python from windows use this following steps. and will be able to do that. First of all open your control panel. Then click on “uninstall a program” for uninstall it. Then go to Python and click uninstall for each version you don’t want anymore. from this steps you can completely uninstall Python From Windows. I hope it will help you.
- Uninstall Python From Windows
Uninstall Python From Windows. Follow this steps to completely Uninstall Python From Windows. First of all open your Command Prompt. Then run this
cd
C:\Users\<you name>\AppData\Local\Microsoft\WindowsApps
Thendel python.exe
Thendel python3.exe
After of this steps you will find completely uninstalled python. - Completely Uninstall Python From Windows
Completely Uninstall Python From Windows Follow this steps to completely Uninstall Python From Windows. First of all open CMD. Then it will show all installed package click on this : pip list. Then copy the packages name to a file :
pip freeze > requirements.txt
. Then delete all the package bypip uninstall -r requirements.txt -y
. From pip list check all the package are removed. Then uninstall pip and other remaining packages. It will help you.
Method 1: Using controll panel
Just use this following steps. and will be able to do that.
- First of all open your control panel
- Then click on “uninstall a program” for uninstall it.
- Then go to Python and click uninstall for each version you don’t want anymore. from this steps you can completely uninstall Python From Windows.
I hope it will help you.
Method 2: Manually
Just Use below all step.
- First of all open your Command Prompt.
- Then run this
cd C:\Users\<you name>\AppData\Local\Microsoft\WindowsApps
- Then
del python.exe
- Then
del python3.exe
After of this steps you will find completely uninstalled python.
Method 3: Using CMD
Follow this steps.
- First of all open CMD.
- Then it will show all installed package click on this : pip list
- Then copy the packages name to a file :
pip freeze > requirements.txt
- Then delete all the package by
pip uninstall -r requirements.txt -y
- From pip list check all the package are removed.
- Then uninstall pip and other remaining packages
It will help you.
Conclusion
It’s all About this Tutorial. Hope all methods helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which method worked for you?
Also, Read