Document how to configure the location of site packages in pylint #9974
Labels
Documentation 📗
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Current problem
The configuration section of the pylint help doesn't explain how to configure the path to the python interpreter and/ or the path to the packages that should be recognised as present by pylint.
https://pylint.pycqa.org/en/latest/user_guide/configuration/index.html
Desired solution
The accepted answer here explains how to define the path to site packages in the pylint configuration
https://stackoverflow.com/a/3065082/2641825
Edit a user's configuration file
The content of the configuration file is as follows:
Adding the path to site packages in the virtual environment is necessary in
order to avoid pylint using the base system version of python, which doesn't
have all packages installed. This avoids reporting package not installed errors.
Additional context
No response
The text was updated successfully, but these errors were encountered: