PYTHONPATH
The PYTHONPATH is a list of directory names in which python searches for modules. When you do an import, this path is used to find the package being referenced.
Last updated
Was this helpful?
The PYTHONPATH is a list of directory names in which python searches for modules. When you do an import, this path is used to find the package being referenced.
Last updated
Was this helpful?