当前位置:主页 > 软件编程 > Python代码 >

解决sublime+python3无法输出中文的问题

时间:2021-03-28 09:16:33 | 栏目:Python代码 | 点击:

Tools -> Build System -> Build New System

{
 "cmd": ["/usr/local/bin/python3", "-u", "$file"],
 "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
 "selector": "source.python",
 "env": {"PYTHONIOENCODING": "utf8"},
}

您可能感兴趣的文章:

相关文章