安装Python
官网下载最新的安装包
Sublime配置Python环境
1、sublime text2,Tools -> Build System -> New Build System...
2、输入以下信息
"cmd":["python3路径","-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"env": {"PYTHONIOENCODING":"utf8"},
"selector":"source.python"
查看Python3路径: which python3