[memo] Pylinter Sublime Text 3 Plugin Pylinter could not automatically determined the path to `lint.py`.

出先で当てがわれているスペックでは Atom の重さに耐え切れず Sublime Text 3 に出戻り。
いろいろ忘れてる。

Pylinter Sublime Text 3 Plugin を追加した際、

Pylinter could not automatically determined the path to `lint.py`.

Please provide one in the settings file using the `pylint_path` variable.

NOTE:
If you are using a Virtualenv, the problem might be resolved by launching Sublime Text from correct Virtualenv.

わすれていました

pip2 install pylint

Path を設定

Preferences->Packages Setting->PyLinter->Setting -User

Pylinter.sublime-settings に以下を書き込む

"pylint_path": "/usr/local/bin/pylint"

{} を追加し忘れて

Error trying to parse settings: Unexpected trailing characters in Packages/User/Pylinter.sublime-settings

JSON だよ

{
"pylint_path": "/usr/local/bin/pylint"
}

コメント

このブログの人気の投稿

[memo] LibreOffice バージョン: 5.2.6.2 Calc でエラーがでた BASIC を読み込む際の エラー:一般的なエラー.一般的な I/O エラー。

[memo] macbook air の wezterm で \ backslash を入力する macOS Left and Right Option Key を設定する

[memo] 日本語のファイル名をSafari でダウンロードするとバージョン 10.0.3 (11602.4.8.0.1) でも文字化けするのが辛い