找到 tools ->bulid system->new build system
创建新的build文件(python3.sublime-build)
添加如下内容保存:
{
"shell_cmd": "/home/tomoya/anaconda3/bin/python "$file"",
"file_regex": "^(...?):([0-9]):?([0-9]*)",
"selector": "source.py",
}
此处的python环境是anaconda中的python
sublime 安装插件
解决无法安装Package Control(包管理器)问题:https://www.jianshu.com/p/d8eba267b4e6
解决无法安装Install Package问题 :https://github.com/HBLong/channel_v3_daily
sublime手动下载插件:https://blog.csdn.net/zcf980/article/details/88068504