I have scrooloose/syntastic Plugin install on my vim. And I have installed pylint library globally.
sudo python -m pip install pylint
However for my project I have VirtualEnv and all the necessary libraries for that project is installed in VirtualEnv.
The problem is,
- Syntastic shows import error for libraries which are part of virtualenv
- My Jedi-vim plugin shows me all the suggestion and I am able to run the problem so there is nothing wrong from python side.