question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

    1. Install pylint3 globally (apt-get remove pylint3) or pip3 install pylint
    2. Install this plugin
    3. Restart Pycharms
    4. Open pycharms, go to file->settings->Pylint and set path to /usr/local/bin/pylint
    5. 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:closed
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
asyschikovcommented, Feb 28, 2019

@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).

0reactions
fzyzcjycommented, Mar 4, 2022

I am facing the same problem in https://github.com/leinardi/pylint-pycharm/issues/89. Could you please provide some suggestions?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found