Pylint is installed using pip3, python3 is installed in vscode as an interpreter. Permanently shows that pylint is not installed, but when installed it is already installed.
Pylint is installed using pip3, python3 is installed in vscode as an interpreter. Permanently shows that pylint is not installed, but when installed it is already installed.
Source: https://ru.stackoverflow.com/questions/589368/
All Articles
pip3is executed using exactly the python3 executable file that is registered in your vs-code (on Unix, execute the command:head -1 $(command -v pip3)and compare withcommand -v python3output in the context of vs code ). - jfs