#Venv
1 posts
5 min read
Python Packaging #1 Virtual Environments: Why Environments Break, and venv
Starting from the structural cause of broken Python environments: the path import searches and the conflicts born from having a single site-packages, why the system Python must be left alone and what the PEP 668 error means, isolating each project with venv, and the fact that activate is nothing more than PATH manipulation.