PEP 582 – Python Local Packages Directory
Fleeting- External reference: https://peps.python.org/pep-0582/
This PEP proposes extending the existing mechanism for setting up sys.path to include a new pypackages directory, in addition to the existing locations. The new directory will be added at the start of sys.path, after the current working directory and just before the system site-packages, to give packages installed there priority over other locations.