** C: \ Users \
Set the above path in Settings (ctrl
+,
)> Package> Community Package> linter-pylint> Settings> Settings> Executable Path. Please change the Python version as appropriate.
Every time I set up Atom, I stumbled, so I thought I'd write down the setting procedure.
I think the Atom package (linter-pylint) should be installed inside Atom.
setup_pylint_atom.sh
pip install pylint
apm install linter-pylint
Did you solve?
Recommended Posts