What is virtualenvwrapper ========================= virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool. The extensions include wrappers 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.
What's New in 3.0 ================= This release adds Python 3 support, thanks in large part to the efforts of Daniel Kraus. Tested under Python 2.6, 2.7, and 3.2. Installing ========== Visit the virtualenvwrapper project page (http://www.doughellmann.com/projects/virtualenvwrapper/) for download links and installation instructions. -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/
