Last time I installed Python on my computer, but this time let me demonstrate how to uninstall Python from my computer.
Can we directly delete the Python installation folder on the disk? No, it's not good to take this method.
We'd better enter the control panel and make use of its uninstalling function to complete the uninstall task.
Now let me install Python again on my computer.
Now let's take a look where the Python is installed.
Firstly, start the command-line Python from the start-menu.
Let me use print function to dispaly a message on the screen.
Then let me do addition using python statements.
We can type exit() and press Enter to quit the command-line Python. Of course we can simply click the close button on the upper-right corner of the shell.
本文介绍了如何正确地从计算机上卸载Python,指出直接删除安装文件夹并不是推荐的做法,而应该通过控制面板进行卸载。此外,还演示了如何重新安装Python并使用命令行启动Python解释器。
1545

被折叠的 条评论
为什么被折叠?



