我添加了以下构建脚本:
{
"cmd": ["/usr/local/bin/python3", "$file"]
, "selector": "source.python"
, "file_regex": "file \"(...*?)\", line ([0-9]+)"
}
当我在终端中运行which python3
时,我得到以下内容:/usr/local/bin/python3
告诉我在Sublime文件中有正确的路径。
然而,当我跑
时import sys
print(sys.version)
我仍然得到
2.7.10 (default, Feb 7 2017, 00:08:15)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
[Finished in 0.1s]
我在
下保存了这个新的构建系统文件图书馆/应用程序支持/ Sublime文本 3 /封装/用户/ Python3.sublime-构建
答案 0 :(得分:0)
正如@KeithHall指出的那样,我实际上没有选择新的构建系统。