When many Python projects are maintained in the same development environment, managing package dependencies can be difficult. Each project may have different needs, but packages and modules are installed into the same space by default. To help address this problem, Ian Bicking created a very useful tool called virtualenv that can create isolated Python environments. Our virtualenv-commands project enhances 