Answers for "stop using venv"

1

how to close virtual environment

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

how to exit venv in python

# to exit the virtual environment, type:
deactivate
# in the terminal
Posted by: Guest on December-20-2021

Browse Popular Code Answers by Language