I\'m using virtualenv and the virtualenvwrapper. I can switch between virtualenv\'s just fine using the workon command.
workon
me@mymachine:~$ workon
It is very simple, in order to deactivate your virtual env
conda deactivate
source deactivate