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
-
Here is my current project folder structure
All python code are in the
src
folder, including internally dependent modules.In command line, I run
PYTHONPATH=src pylint ./src
all the time to lint check the code.Without
PYTHONPATH=src
, pylint would give errors likeHow do I pass
PYTHONPATH
to this pylint extension?Beta Was this translation helpful? Give feedback.
All reactions