Answers for "how to deactivate venv in python"

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

py how to deactivate venv

$ deactivate
or
$ conda deactivate
Posted by: Guest on January-06-2021

Code answers related to "how to deactivate venv in python"

Python Answers by Framework

Browse Popular Code Answers by Language