1.Atom 搭建Python 环境

1. sudo easy_install pip

2. sudo pip install pylama

3. 创建文件hello.py

print 'hello world'

4. 终端cd到文件目录,执行python hello.py, 输出结果hello world

posted @ 2017-03-15 02:20  涵叔  阅读(585)  评论(0)    收藏  举报