virtualenvwrapper 4.1
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?
- Ensure that all
$()style commands that produce paths are quoted; addresses issue 164. - Add
wipeenvcommand for removing all packages installed in the virtualenv. - Allow users of
virtualenvwrapper_lazy.shto extend the list of API commands that trigger the lazy-loader by extending_VIRTUALENVWRAPPER_API. Patch contributed by John Purnell, see issue 188. - Fix detection of
--pythonoption tomkvirtualenv. Resolves issue 190. - Add
allvirtualenvcommand to run a command across all virtualenvs. Suggested by Dave Coutts in issue 186. - Fix
lsvirtualenvwhen there are spaces inWORKON_HOME. Resolves issue 194. - Switch to pbr for packaging.