PYTHONPATH

  • an environment variable which is used when a module is imported.
  • looked up to check for the presence of the imported modules in various directories.
  • used by the interpreter to determine which module to load.

Related concepts

PYTHONPATH — Structure map

Clickable & Draggable!

PYTHONPATH — Related pages: