virtualenvwrapper 3.0 - Python 3 support

virtualenvwrapper is a set of extensions to virtualenv for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.

Project details 3.0 on PyPI

What’s New in 3.0

  • Add Python 3 support, thanks in large part to the efforts of Daniel Kraus. Tested under Python 2.6, 2.7, and 3.2.