sublime text3 安装使用(为了在win10下面敲python)

自己找资源(官网下的好慢)

配置python
工具->编译系统新建编译系统
括号里面改为

"encoding": "utf-8",  
"working_dir": "$file_path",  
"shell_cmd": "这一段都是自己的安装路径\python.exe -u \"$file\"",  
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",  
"selector": "source.python"  

保存,自己起一个便于识别的名字
重启(好像是因为这个自己一直没有运行成功),然后更换编译系统

CTRL+B 成功

Q:菜单栏在玩的时候玩没了怎么恢复
ctrl+shift+p
搜menu,点一下就ok啦

Refer-py
Refer-menu

发布了70 篇原创文章 · 获赞 0 · 访问量 1705

猜你喜欢

转载自blog.csdn.net/weixin_44807751/article/details/105540550