Ubuntu14.04:

菜单栏:Tools-Build System-New Build System

1 {
2     "cmd": ["python3", "-u", "$file"],
3     "path": "/usr/bin",
4     "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
5     "selector": "source.python"
6 }

保存为:Python3.sublime-build

Tools-Build System选择新增加的Python3

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2022-01-12
猜你喜欢
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案