How to exit a python virtual environment?

D
Apr 28, 2024
Photo by David Clode on Unsplash

It is good practice to install python libraries into what is known as a virtual environment. An example would be a django project, and installing the django dependencies into a python virtual environment as detailed in this article

The idea is simple.

First create a virtual environment

python3 -m venv .venv

--

--

D

An aspiring Robotics Researcher. I am currently in my 4th year of undergraduate studies. I am working on optimising the ROS navigation packages. Follow 4 more!