Mac Sublime Text 3报错Pylinter could not automatically determined the path to lint.py

错误提示:
无法自动找到路径。
饱受折磨的我,自动想到,改写他的路径就好。
首选项Preferences ——浏览插件 Browse Packages

Mac Sublime Text 3报错Pylinter could not automatically determined the path to lint.py

打开Pylinter 文件夹,打开 Pylinter.sublime-settings 文件。command + f ,查找 path 。

Mac Sublime Text 3报错Pylinter could not automatically determined the path to lint.py

刺眼的紫色 null !!!
然后搜索了下,发现这个插件的path 全是null ,还好,不是我一个人 rp 。
然后将打开的pylinter 文件夹路径复制替换null 。保存!

成功!

相关文章:

  • 2021-05-21
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-22
  • 2021-07-04
  • 2022-12-23
  • 2022-01-23
  • 2021-05-15
相关资源
相似解决方案