美文网首页
sublime中配置运行环境(python为例)

sublime中配置运行环境(python为例)

作者: tomoya7 | 来源:发表于2019-05-16 16:57 被阅读0次

找到 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 安装插件

image.png

解决无法安装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

相关文章

网友评论

      本文标题:sublime中配置运行环境(python为例)

      本文链接:https://www.haomeiwen.com/subject/tiaiaqtx.html