Short answer is : you can't.
Pylint is using the builtin Python parser, and also get standard library information on demand, so the pythonPython version running pylint asPylint has a high impact on its output.
You should have several pylintPylint installations if you want to use it to check both pythonPython 2 and pythonPython 3 codescode.