Specify which python version pylint should evaluate for

前端 未结 7 1335
孤城傲影
孤城傲影 2020-12-18 17:58

I\'m using Sublime Text 3 With Pylinter to run pylint on my files.

However, on the same machine, I work on files for both python 2, and python 3 project

7条回答
  •  暖寄归人
    2020-12-18 18:42

    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.

提交回复
热议问题