how to exit from the venv on ubuntu
To exit a Python virtual environment (venv) on Ubuntu, simply type the following command in your terminal:
deactivate
To exit a Python virtual environment (venv) on Ubuntu, simply type the following command in your terminal:
deactivate