前言:
  建议一般的应用测试时候,可以使用sublime来练习。因为pycharm启动真是太麻烦了

1)创建指定的目录。在该目录下,创建如下的文件:

sublime连接Python的使用

 

 2)在如上的文件内填入:

{

"cmd":["python.exe", "-u", "$file"],

"path":"你的Python的路径",

"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",

"selector": "source.python"

}

3)选择编译环境

4)使用编译Ctrl+b

 

 

 

 

参考:https://jingyan.baidu.com/article/d3b74d6418a8381f76e60955.html

相关文章:

  • 2022-02-02
  • 2021-05-25
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 1970-01-01
猜你喜欢
  • 2022-12-23
  • 2021-05-18
  • 2021-10-26
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案