How to cleanly uninstall python: first check the pyton version on the command line; then click on the installation package of the corresponding version; then click on the [Uninstall] option; finally delete the directory where Python is installed.
If you want to completely and cleanly uninstall python, if you are using the installation version, it is actually very simple. [Windows installation version]
Just click on the installation package.
For example, the currently installed version is 3.6.5 and you want to uninstall it.
Command to view the python version:
Just click on the installation package of the corresponding version:
Click on the uninstall option
Finished.
The last thing to note is that you can delete your installation directory as well.
#In this way, when you install other versions of python, you won’t have to worry about the installation being unsuccessful if the original version is not uninstalled.
The above is the detailed content of How to uninstall python cleanly. For more information, please follow other related articles on the PHP Chinese website!