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
1. sudo easy_install pip
2. sudo pip install pylama
3. 创建文件hello.py
print 'hello world'
4. 终端cd到文件目录,执行python hello.py, 输出结果hello world