vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

Confution about why the path of the checker can't be found #2365

Closed daybreaktexas closed 3 years ago

daybreaktexas commented 3 years ago

屏幕截图 2021-06-06 211819 屏幕截图 2021-06-06 211916 I have installed pylint and added it in the path, as you can see in the picture uploaded. However it still can't be found by syntastic even it's in the particular path.

I've didn't installed ycm or things like that, and I am using wsl, may that the problem? Any suggestions will be appreciated.

lcd047 commented 3 years ago

You're running :SyntasticInfo against a vim file. pylint is highly unlikely to be found as a valid checker for it. :smile:

Unrelated: please use copy & paste instead of screenshots.