标签:实现 自带 too detail 执行 配置 build 重新编译 article
Mac操作系统自带了python2版本,安装python3后, 如果在sublime进行编译, 需要用python3执行, 则按以下步骤处理:
1 选择 tools -> build system -> new building system ....菜单
2在文本编辑里用以下内容覆盖原有脚本:
{
"cmd": ["/usr/local/bin/python3", "-u", "$file"],
}
3.文件保存成python3.sublime-build
4.在重新点击tools -> build system 菜单,会发现python菜单下多了一个python3,选择这个
5. 选择重新编译
原文:https://blog.csdn.net/txinfo/article/details/79111567
sublime在Macos系统下配置编译环境,实现CTRL+B快速编译
标签:实现 自带 too detail 执行 配置 build 重新编译 article
原文地址:https://www.cnblogs.com/vixiaode/p/9940453.html