想学习下PYthon,决定先安装软件,下面的内容是转载自上官飞鸿的博客
Pycharm的下载安装
https://www.python.org/downloads/windows/
这里下载python,建议2.7,3.6都下载
- Download Windows x86 web-based installer X86网络安装
- Download Windows x86 executable installer X86安装文件
- Download Windows x86 embeddable zip file X86解压安装
- Download Windows x86-64 web-based installer 64位网络安装
- Download Windows x86-64 executable installer 64位安装文件
- Download Windows x86-64 embeddable zip file 64位解压安装
- Download Windows help file 帮助文件。
用安装文件吧,除了选择目录,其他一路下一步。
http://www.jetbrains.com/pycharm/download/#section=windows
这里下载pycharm
Professional 专业版(收费)(免费试用)
Community 社区版(免费)
也是除了选择目录,其他一路下一步
以下部分转自While老师的教学
1、获取我们python安装的根目录,并且复制
2、 右击计算机-属性-高级系统设置-环境变量
3、 找到path环境变量如果没有自己创建path环境变量,并将我们复制的地址复制到环境变量的值当中,路径之间要以分号隔开,注意全半角符号。
新建环境变量
添加环境变量:
剩下就是应用,确定,退出
然后我们用win+R 调出 运行,输入cmd回车
回车之后出现cmd命令行
我们在命令行当中输入python,得到python的交互式界面,这样证明我们python的环境变量没有问题,配置成功