I want to run python code in Microsoft Visual Studio Code but it gives an error:
\"Linter pylint is not installed\"
I installed:
If you are using MacPorts, you may need to activate pylint and autopep8 after you've installed them, i.e.:
sudo port select pylint pylint36 sudo port select autopep8 autopep8-36
sudo port select pylint pylint36
sudo port select autopep8 autopep8-36