python installations on the same system, each with its own set of packages. Invaluable in any python dev machine. virtualenv - http://www.virtualenv.org/en/latest/ virtualenvwrapper - http://virtualenvwrapper.readthedocs.org/en/latest/index. html Make using virtualenv even easier. • Central location of all virtual environments • switch virtual environments with the `workon` command, includes TAB completion