【小文】Python环境安装配置

1.0、环境准备

--- windows 电脑一台
--- Python-3.8.3-amd64一份

 

2.0、开始安装

  • 记得勾选add path 选项
  • 选择-install now 默认安装位置  C:\Users\Administrator\AppData\Local\Programs\Python\Python38\

 

3.0、安装完成,关闭界面

 

4.0、配置pip 国内镜像源

  • 在此C:\Users\Administrator目录下(C:\Users\xx\)下新建pip文件夹,在新建pip.ini

[global]


index-url = http://pypi.douban.com/simple/
trusted-host = pypi.douban.com

  • 使用的是豆瓣的源 

 

5.0、安装测试

 

  •  安装pandas 模块库,起飞的速度有木有!嘿嘿!

6.0、Python环境, 到此安装完成!

 

posted @ 2020-07-25 08:41  瓢儿菜  阅读(308)  评论(0)    收藏  举报