Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is lint.py file for installing Pylinter on SublimeText

I am trying to install the Pylinter plugin per many online suggestions. They all mention pointing to the lint.py path. I have searched all over and cannot find where this is. I am using Windows and have searched the OS and cannot find it.

like image 771
dewyze Avatar asked Jul 07 '13 18:07

dewyze


2 Answers

I strongly suggest checking out SublimeLinter, available through Package Control. It has built-in support for many languages, including excellent coverage for Python, and for many linters doesn't require any external programs. It is also very configurable, with several different icon sets for gutter marks and many config options including language mapping (e.g., "Python Django" is mapped to "python"), setting delays, and options to choose when linting takes place. I highly recommend it over PyLint.

like image 169
MattDMo Avatar answered Sep 28 '22 11:09

MattDMo


I think you should install pylint for python first. This url may be help https://pypi.python.org/pypi/pylint. After installing the pylint, you can find the lint.py in the created directory.

like image 20
panbabybaby Avatar answered Sep 28 '22 13:09

panbabybaby