Konubinix' opinionated web of thoughts

PEP 582 – Python Local Packages Directory

Fleeting

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.

https://peps.python.org/pep-0582/

Notes linking here