virtualenvwrapper 3.0 - Python 3 support

Doug Hellmann doug.hellmann at gmail.com
Mon Jan 30 16:34:28 CET 2012


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.


More information about the Python-announce-list mailing list