There's a lot of questions around this, so it might be a duplicate, but I can't find a solution, so here goes..
I want to use pylint with atom. If I use the recommended pip install --user pylint
it seems to work but atom can't find and neither can I; which pylint
and whereis pylint
return nothing. The same thing goes if I use pip3
.
If I go against wisdom and use sudo pip install pylint
it is found but now I get a different error with atom: unable to determine environment
.
Any suggestions?