python安装有两种方式

使用python安装包安装;

1.去python官网:https://www.python.org/,下载安装包安装,安装完成后配置python环境,在dos窗口下输入命令python回车,查看是否安装成功,这样安装以后,如果需要使用第三方库得自己手动安装,遇到版本不兼容的问题经常被会被折磨的头疼

通过Anaconda安装Python3.7_Python

成功示例截图 

通过Anaconda安装Python3.7_Python_02

备注说明一下:在使用Anaconda套件安装之前,电脑已经通过安装包成功装了python3.6.7(win7+64位系统)

使用Anaconda套件安装:

通过Anaconda套件安装,下载地址:https://www.anaconda.com/download/

感谢博主凉茶微凉的文章

根据自己电脑配置选择下载(win764位+python3.7)

通过Anaconda安装Python3.7_Python_03

点击下载后弹框填入调查问卷,当然可以×掉不填也阔以噢: 

通过Anaconda安装Python3.7_Python_04

 下载成功后文件格式如下:双击进行安装

通过Anaconda安装Python3.7_Python_05

点击运行进行下一步 

 通过Anaconda安装Python3.7_Python_06

 点击next继续

通过Anaconda安装Python3.7_Python_07

同意协议并继续

通过Anaconda安装Python3.7_Python_08

选择所有人点next继续

通过Anaconda安装Python3.7_Python_09

选择安装路径,继续

通过Anaconda安装Python3.7_Python_10

全部勾选上

通过Anaconda安装Python3.7_Python_11

 等待安装

通过Anaconda安装Python3.7_Python_12

 安装完成

通过Anaconda安装Python3.7_Python_13

 skip

通过Anaconda安装Python3.7_Python_14

 通过Anaconda安装Python3.7_Python_15

win+r,输入cmd,窗口输入python按回车查看是否安装成功 (打开"开始"菜单,在Anaconda3文件下点击Anaconda Prompt,进入窗口后输入命令同dos窗口)

通过Anaconda安装Python3.7_Python_16

通过Anaconda安装Python3.7_Python_17

输入python -v 查看

通过Anaconda安装Python3.7_Python_18

输入pip list查看已安装的包

通过Anaconda安装Python3.7_Python_19

安装成功了 

优秀不够,你是否无可替代

软件测试交流QQ群:721256703,期待你的加入!!

通过Anaconda安装Python3.7_Python_20