get out of virtual environment python code example
Example: 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
# 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