windows 安装 python3

安装python
------------------------------------------------------------

1,打开连接https://www.python.org/downloads/release/python-361/
2,下载安装
3,安装之后, (安装目录)

4, 把python的安装目录,加入到系统环境变量里面去, 

右键我的电脑=》系统(高级系统设置)=>高级(环境变量)=>点击path=>新建=>复制程序安装目录
如: C:\Users\Administrator\AppData\Local\Programs\Python\Python36

 

使用python
----------------------------------------------
打开cmd
定位到你的程序目录
python index.py

 

  

posted @ 2017-06-27 15:19  geek程序员  阅读(224)  评论(0编辑  收藏  举报