LoginSignup
0
0

More than 3 years have passed since last update.

Windows の Atom で Pylint

Last updated at Posted at 2020-08-06

本題

C:\Users\<ユーザー名>\AppData\Roaming\Python\Python38\Scripts\pylint.exe

設定(ctrl + ,)> パッケージ > コミュニティパッケージ > linter-pylint > 設定 > Settings > Executable Pathに上記のパスを設定する。Pythonのバージョンとかは適宜変更してください。

おまけ

概要

Atomのセットアップするたびに躓くので設定手順を書き残しておこうと思いました。

インストール

Atomのパッケージ(linter-pylint)は、Atom内でインストールすればいいと思う。

setup_pylint_atom.sh
pip install pylint
apm install linter-pylint

環境

  • Windows Home 10 2004
  • Atom 1.49.0
    • linter-pylint 2.1.1
  • Python 3.8.5
    • python.org からダウンロード
    • 全ユーザーにインストール
    • PATH追加済み
    • pylint 20.2.1

さいごに

解決しましたか?

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0