Top "Pythonpath" questions

PYTHONPATH is an environment variable that can be used to augment the default search path for module imports in Python.

pythonic module organization - how to refer to files in root directory?

I have my python code in a folder called "project", so my code files are in project/*.py. I want …

python unix module pythonpath
Creating a secondary site-packages directory (and loading packages from .pth files therein)

I would like to install some packages into a third-party site-packages directory (beyond the standard system locations). Is there any …

python pythonpath