Pylinter in Sublime text 3.1.1 still doesn't use Python2.7 Pylinter in Sublime text 3.1.1 still doesn't use Python2.7 python python

Pylinter in Sublime text 3.1.1 still doesn't use Python2.7


Have you tried to set up "executable" as suggested in documentation?http://www.sublimelinter.com/en/stable/linter_settings.html#executable

The snippet from my configuration (Windows):

"executable": "C:\\Python27\\Scripts\\pylint.exe"