I have installed pylint via easy_install. I can run pylint <filename>
with success. But pydev refuses to use it.
What am I doing wrong?
To install Pylint, run the following command: pip3 install pylint. If python --version returned 3. x.x , run: pip install pylint.
Create a new projectGo to File → New → PyDev Project to start a wizard. In the next window that appears, enter the name of your project and select "python" and 3.0"; as the type. Make sure "create default 'src' folder and add it to the pythonpath?" is selected. Click Finish.
I'm guessing you may need to mark the folder that contains your code as a source folder. You can do this under project properties.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With