sublime 自定义配置python开发环境

{
"cmd": ["D:\Program Files\Python\Python36\python.exe", "-u", "$file"],
"file_regex": "^[ ]*File "(...*?)", line ([0-9]*)",
"selector": "source.py",
"env": {"LANG": "en_US.UTF-8"}
}

在孤独中思考,在思考中成熟,在成熟中升华
原文地址:https://www.cnblogs.com/laogaoyang/p/5708547.html