工具 -> 编译系统  -> 新编译系统
{  
    "cmd": ["python","-u","$file"],  
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",  
    "selector": "source.python",  
    "encoding": "cp936"  
}

用上面的代码替换掉"shell_cmd": "make", 保存当前配置文件为: "python_支持中文.sublime-build", 然后在工具->编译系统->选择 "python_支持中文"

 

相关文章:

  • 2021-11-03
  • 2021-09-09
  • 2021-03-27
  • 2021-09-26
  • 2021-07-04
  • 2021-11-10
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2021-06-28
  • 2021-12-29
  • 2021-11-28
  • 2021-11-28
  • 2021-03-31
相关资源
相似解决方案