I am pretty new to python and currenty I am trying to use pylint for checking code quality. I am getting a problem. My pylint doesn\'t point to virtualenv python interpreter
You can get there by calling the target python interpreter:
./env/bin/python -m pylint ... # or in an already active env python -m pylint ...