virtualenvwrapper 3.5
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.
What’s New?
- Rewrite
cpvirtualenv
to use virtualenv-clone instead of making the new environment relocatable. Contributed by Justin Barber (barberj
). This also resolves a problem withcpvirtualenv
not honoring the--no-site-packages
flag (issue 102). - Update docs with link to [virtualenvwrapper-win](http://pypi.python.org/pypi/virtualenvwrapper-win port by David Marble.
- Use
command
to avoid functions named the same as common utilities. (issue 119)