Tools -> Build System -> Build New System
1
2
3
4
5
6
|
{ "cmd" : [ "/usr/local/bin/python3" , "-u" , "$file" ], "file_regex" : "^[ ]*File \"(...*?)\", line ([0-9]*)" , "selector" : "source.python" , "env" : { "PYTHONIOENCODING" : "utf8" }, } |
以上这篇解决sublime+python3无法输出中文的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持服务器之家。
原文链接:https://blog.csdn.net/yueritian/article/details/78947707