解决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"},
}






