How can I deactivate my pipenv environment?
With other tools I\'ve been able to do something like source deactivate, but that has no affect here.
source deactivate
C
UPDATE: See other answers below. As it has been explained, this works for virtualenv, but pipenv works differently.
virtualenv
pipenv
Just type deactivate on the command line. See the guide here
deactivate