How to completely uninstall python?
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 also delete your installation directory.
# 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.
Related recommendations: "Python Tutorial"
The above is the detailed content of How to completely uninstall python. For more information, please follow other related articles on the PHP Chinese website!