How Python 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 of environments in Python: all you had…