Set up atom linter-python on Windows? -
i trying python linter working in atom editor on windows 7 seems nothing.
i have:
- installed latest atom editor (version 0.194.0) on windows,
- installed linter, ,
- installed linter-pyflakes.
set following in atom config file instructed in linter-pyflakes' readme file.
"linter-pyflakes": pyflakesexecutablepath: "c:\users\blokeley\anaconda3\scripts"
there seems no linter activity when edit python file.
i opened issue on linter-pyflakes project got no response.
is path executable wrong? how can check linter doing?
install linter-flake8 instead.