Replies: 1 comment 1 reply
-
|
@tigerinus Can you try this and see if it works? This is for windows |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my current project folder structure
All python code are in the
srcfolder, including internally dependent modules.In command line, I run
PYTHONPATH=src pylint ./srcall the time to lint check the code.Without
PYTHONPATH=src, pylint would give errors likeHow do I pass
PYTHONPATHto this pylint extension?Beta Was this translation helpful? Give feedback.
All reactions