美文网首页
Python 2.7.10及Wing IDE安装

Python 2.7.10及Wing IDE安装

作者: elon | 来源:发表于2015-11-01 22:00 被阅读232次
  1. python官网下载合适的2.7.10版本的安装包(注意操作系统类型以及位数)。
  2. 安装后在命令行(通过windows+R,并输入cmd)下输入python,看到以下提示符说明环境安装成功。
Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on wi
n32
Type "help", "copyright", "credits" or "license" for more information.
>>>
  1. 下载Wing IDE 5.1并破解
  2. 打开Wing IDE,选择File->new,输入print "hello, world.",点击运行(红色三角形)按钮,看到右下角出现的hello, world.字样说明IDE安装成功。
    Paste_Image.png

相关文章

网友评论

      本文标题:Python 2.7.10及Wing IDE安装

      本文链接:https://www.haomeiwen.com/subject/tqkqhttx.html