Home>Article>Backend Development> How to uninstall python
How to uninstall python?
Sometimes it is necessary to uninstall python due to system or software reasons, but it is difficult to find the entrance to uninstall python. Today I will teach you a simple and fast way to uninstall python, such as uninstalling Python3.6, Other versions have similar methods.
How to uninstall python:
First find the local python installation package and double-click to open it;
If it is not found or deleted, you can download it again , it is recommended to download from the official website;
After opening, the following interface will appear, select Uninstall at the bottom;
Wait for uninstallation, and the uninstallation success interface will appear.
Notes
The installation package needs to be consistent with the uninstalled version
Related recommendations:《Python Tutorial》
The above is the detailed content of How to uninstall python. For more information, please follow other related articles on the PHP Chinese website!