Windows下对Sublime text2进行Python编译环境配置
Posted Codingma
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows下对Sublime text2进行Python编译环境配置相关的知识,希望对你有一定的参考价值。
- 在工具栏点击Preferences,打开Browse Packages
- 找到Python文件夹,并打开
- 找到文件Python.sublime-build文件,用记事本或者其他方法打开
- 修改内容如下,主要是加一个path:
"cmd": ["python", "-u", "$file"],
"path":"C:/Python27",
"file_regex": "^[ ]*File \\"(...*?)\\", line ([0-9]*)",
"selector": "source.python"
把path里面的内容修改为Python的安装目录即可
- Windows下python 2.7,默认安装目录是"C:/Python27"
- Windows下python 3.5,默认是"C:/Users/admin/AppData/Local/Programs/Python/Python35"
以上是关于Windows下对Sublime text2进行Python编译环境配置的主要内容,如果未能解决你的问题,请参考以下文章
sublime text2/3怎样在windows中配置ctags插件
sublime text2/3怎样在windows中配置ctags插件
sublime text2/3怎样在windows中配置ctags插件