Python - Sublime Text 3 控制台不能输出中文的解决方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python - Sublime Text 3 控制台不能输出中文的解决方法相关的知识,希望对你有一定的参考价值。
工具 -> 编译系统 -> 新编译系统 { "cmd": ["python","-u","$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python", "encoding": "cp936" } 用上面的代码替换掉"shell_cmd": "make", 保存当前配置文件为: "python_支持中文.sublime-build", 然后在工具->编译系统->选择 "python_支持中文"
以上是关于Python - Sublime Text 3 控制台不能输出中文的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
怎么用sublime text 3搭建python 的ide
Ubuntu16.04安装sublime text 3并配置Python开发环境