I\'m using virtualenv and the virtualenvwrapper. I can switch between virtualenv\'s just fine using the workon command.
workon
me@mymachine:~$ workon
To activate a Python virtual environment:
$cd ~/python-venv/ $./bin/activate
To deactivate:
$deactivate