Mac Sublime Text 3报错Pylinter could not automatically determined the path to lint.py
错误提示:
无法自动找到路径。
饱受折磨的我,自动想到,改写他的路径就好。
首选项Preferences ——浏览插件 Browse Packages
打开Pylinter 文件夹,打开 Pylinter.sublime-settings 文件。command + f ,查找 path 。
刺眼的紫色 null !!!
然后搜索了下,发现这个插件的path 全是null ,还好,不是我一个人 rp 。
然后将打开的pylinter 文件夹路径复制替换null 。保存!
成功!