Sublime text3 installation and use (in order to knock python under win10)

Find resources yourself (it's slow on the official website)

Configure Python
Tools-> Compilation System New Compilation System
Change the brackets to

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

Save it, give yourself a name that is easy to recognize,
restart (seems to be because this has not been running successfully), and then change the compilation system

CTRL + B success

Q: How to restore the
ctrl + shift + p
search menu when the menu bar is gone when playing , click ok

Refer-py
Refer-menu

Published 70 original articles · Likes0 · Visits 1705

Guess you like

Origin blog.csdn.net/weixin_44807751/article/details/105540550