Skip to content
Discussion options

You must be logged in to vote

A:sys.path is a list of directories Python searches for modules. PYTHONPATH is an environment variable that adds directories to sys.path. Both affect module import behavior. sys.path can be modified programmatically, PYTHONPATH is set before Python starts.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lukasmiller1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants