I published a new blog post explaining how virtual environments in #Python work. I also used the post to announce my lastest project: microvenv.
https://snarky.ca/how-virtual-environments-work/
https://pypi.org/project/microvenv/
How virtual environments work
After needing to do a deep dive on the venv module (which I will explain later in this blog post as to why), I thought I would explain how virtual environments work to help demystify them. Why do virtual environments exist? Back in my the day, there was no concept


