查看一下软链是否配置
在tools-->Build system-->New Build system
然后参照我的这个配置个性一下自己的python路径
我的python安装路径是: /opt/anaconda3/bin/python
{
"cmd": ["/opt/anaconda3/bin/python", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"quiet": true
}