Python卸载了怎么重装
首先要把电脑上之前安装的python彻底卸载删除干净,然后在重新到官网下载,再安装。下面讲解安装步骤
首先,根据你的Windows版本(64位还是32位)从Python的官方网站下载Python 3.x对应的64位安装程序或32位安装程序(网速慢的同学请移步国内镜像),然后,运行下载的EXE安装包:
特别要注意勾上Add Python 3.5to PATH,然后点“Install Now”即可完成安装。
运行Python
安装成功后,打开命令提示符窗口,敲入python后
Python 3.5(v3.5.:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>>
说明安装成功。更多学习内容,请点击Python学习网。
来源:PY学习网:原文地址:https://www.py.cn/article.html