Atom 配置 Python
1. 检查Python库支持
Settings view里先查看一下是否有Python支持
2. 安装Python的适合Atom的IDE、UI、Server和运行工具
打开cmd,运行以下指令安装python-language-server:
pip install python-language-server[all]
3. 安装支持各种语言IDE的UI界面
- atom-ide-ui
- ide-python
- atom-python-run(运行工具)
- 其中按F5是运行,F6是暂停
4. 运行代码范例
我们点击F5,可以看到程序运行成功!!