stop virtualenv code example
Example 1: 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
Example 2: deactive venv
$ deactivate