A super simple virtualenv manager.
# venv 1.5
# use tab complete for <name>, defaults to contents of .venv or cwd name
Usage:
venv <name> Enter a virtualenv
venv create <name> Create a virtualenv
venv delete <name> Delete a virtualenv
venv list List virtualenvsLink/copy venv -> ~/.venv and add source ~/.venv to the end of .bash_profile.