Set up atom linter-python on Windows? -


i trying python linter working in atom editor on windows 7 seems nothing.

i have:

  1. installed latest atom editor (version 0.194.0) on windows,
  2. installed linter, ,
  3. installed linter-pyflakes.
  4. 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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -