从 Windows 完全卸载 Python
Python 软件有许多需要不时修复的错误。Python 中还有许多类型的包和库已经过时了。由于这些原因,在编写任何程序时,总是需要卸载旧的 Python 软件版本并下载更新的软件版本以充分利用它。因此,在不同的操作系统(如 Mac、Windows 和 Linux)中,有不同的方法可以卸载 Python 软件的旧版本。
本教程更侧重于演示如何从 Windows 设备永久卸载 Python 软件。
使用控制面板永久卸载 Python
-
检查已安装的 Python 版本。
你可以使用系统的命令提示符检查设备上已安装的 Python 软件。键入以下命令以查看系统中存在的已安装版本,然后按 Enter。
Python -V
按 Enter 后,将返回 Python 软件的当前版本。下面是输出。
Python 2.7.0
-
使用控制面板卸载 Python。
从窗口的任务栏转到控制面板。打开控制面板后,选择
卸载程序
选项。将出现当前安装在计算机上的所有程序的列表。之后,在搜索栏上搜索Python
。搜索后,将显示当前版本的 Python 软件。最后,选择卸载
选项来卸载软件。 -
重新检查已安装的 Python 版本。
再次在命令提示符中键入步骤 1 中提到的命令,以检查 Python 软件是否仍然安装。按 Enter 后,命令提示符应显示以下语句。
'python' is not recognized as an internal or external command, operable program, or batch file.
请注意,这些步骤适用于安装在计算机上的任何 Python 版本,例如 Python 2.7.0
、Python 3.7.0
或任何其他版本。
使用命令提示符永久卸载 Python
-
打开 Windows 系统的命令提示符。
-
在命令提示符中使用
cd
关键字定义访问 Python 文件的正确路径。看看下面的指南。cd C:\Users\Name\Library\FileName\Python
-
在访问 Python 文件后使用
del
关键字删除它,然后按 Enter。del python2.exe
运行上述命令后,可以使用任何开源软件(例如 Anaconda Navigator
)安装任何其他 Python 版本。
Lakshay Kapoor is a final year B.Tech Computer Science student at Amity University Noida. He is familiar with programming languages and their real-world applications (Python/R/C++). Deeply interested in the area of Data Sciences and Machine Learning.
LinkedIn