Answers for "stop virtualenv"

3

how to deactivate virtualenv

# This would only work when you have virtualenv activated.
# Kinda obvious, but I guess I'll point it out.

# Just type in this in your shell:
deactivate
Posted by: Guest on August-15-2020
1

delete virtualenv

sudo rm -rf venv
Posted by: Guest on May-06-2021
1

how to close virtual environment

# go to virtual environment path/Scripts
# and then run deactivate.bat
Posted by: Guest on September-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language