The purpose to have a virtual environment is to have a space where we can install packages that are specific to a certain project. venv comes with all the python standard libraries unlike pipenv or virtual env. For eg: Let's say you have a lot of...
sohoxic.hashnode.dev3 min read
I went through this blog and it helped me learn many new features of venv that I didn't know about.
Akinsola Ademola It is great to hear you feel that way!
Yup, that's a typo from my side changed and updated it. It's deactivate, really appreciate you for bringing this to my notice.
Yashwanth Sai Thank you, I really appreciate you taking the time to express that.
Good one, Soham. The built-in venv module is my go-to virtual environment most of the time.
Question though, should deactive not be deactivate to deativate the environment.
Soham Sarkar
Young Blogger and Coding Enthutiast
Charan S Gowda Thank you, I really appreciate the efforts to go through the blog.