sublime python3的配置文件python3.sublime-build存放位置

C:\Users\Administrator\AppData\Roaming\Sublime Text\Packages\User

 python3.sublime-build配置文件写入例子:

{
 "cmd": ["/usr/bin/python3", "-u", "$file"],
 "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
 "selector": "source.python" 
}

 高亮地方是python安装位置。

{
"cmd": ["C:/Python/Python310/python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}

 

posted @ 2022-01-19 18:26  po-A  阅读(466)  评论(0)    收藏  举报

Tushare大数据开放社区-免费提供各类金融数据和区块链数据 , 助力智能投资与创新型投资。

Python, Matlab, R, Web数据抽取学习交流。