Python virtual environments
In today's article, we'll be looking at Python virtual environments.
What they are, why we need them and how to create them.
In basic, a virtual environment is an isolated environment for Python projects.
Basically a container for your specific proje...
h.daily-dev-tips.com2 min read
Sujay Dey
Open Source Contributor | DevOps, Linux and Cloud Native enthusiast | Learning everything!
Thanks for the article Chris! In today's date, maybe it needs a correction
source .venv/bin/active-->source .venv/bin/activate, PTAL. Thanks,