How do I make Pylint command run in PyCharm (Python)

487 views Asked by At

I have already installed pylint, and when I try to run:

python3 -m pylint app.py chalicelib tests

I receive this error:

/usr/local/bin/python3: No module named pylint

Here is what my PATH is:

➜  ~ which pip
/usr/local/bin/pip
➜  ~ which python
python: aliased to /usr/local/bin/python3
0

There are 0 answers