Failure: executable "/usr/local/bin/pylint" not found
See original GitHub issue-
Plugin version: 0.10.2
-
PyCharm/IDEA version: 2018.3
-
Pylint version: 2.1.1
- Install pylint3 globally (apt-get remove pylint3) or pip3 install pylint
- Install this plugin
- Restart Pycharms
- Open pycharms, go to file->settings->Pylint and set path to /usr/local/bin/pylint
- Click test
Observed Results:
Failure: executable “/usr/local/bin/pylint” not found
Expected Results:
Ok
Debugging
Confirm pylint location
>>> which pylint
/usr/local/bin/pylint
Confirm pylint runs
>>> pylint --version
pylint 2.1.1
astroid 2.0.4
Python 3.5.2 (default, Nov 12 2018, 13:43:14)
[GCC 5.4.0 20160609]
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Failure: executable "/usr/bin/pylint" not found · Issue #80
When I run Pylint in command line in a terminal, it works great. When I go to the plugin settings, Path to Pylint...
Read more >macos - pip installed pylint cannot be found - Stack Overflow
I want to use pylint with atom. If I use the recommended pip install --user pylint it seems to work but atom can't...
Read more >Pylint Plugin: Failure: executable "/usr/bin/pylint" not found
Hello, I am experiencing issues to make Pylint work with PyCharm. ... Pylint Plugin: Failure: executable "/usr/bin/pylint" not found Follow.
Read more >Pylint: command not found? - jdhao's digital space
I use the find command and find that pylint executable is placed under ~/.local/bin , which is not part of the PATH variable....
Read more >Editor and IDE integration — Pylint 2.11.1 documentation
The output will tell you where Pylint can be found; in this case, in /usr/local/bin . select TextMate > Preferences. select the Variables...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@leinardi are there any particular reasons why pylint must be in the same env? I don’t see a point in installing pylint in every env I use (dozens of them).
I am facing the same problem in https://github.com/leinardi/pylint-pycharm/issues/89. Could you please provide some suggestions?