PEP 582 - Python local packages directory

I am still excited about PEP 582 pypackages. venvs are an ugly hack, but we have grown accustomed to them over time. We benefit from a system that reifies the application written in Python in contrast to the Python interpreter that happens to have a set of packages installed inside it.

5 Likes