I\'m using Sublime Text 3 With Pylinter to run pylint on my files.
pylint
However, on the same machine, I work on files for both python 2, and python 3 project
This is good, but I think the simplest thing is just to use virtualenv, and install pylint in each virtualenv. The correct pylint and python interpreter will be used.