virtualenvwrapper 3.6
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?
- Switch to stevedore for plugin management
mkvirtualenv_helpshould use$VIRTUALENVWRAPPER_PYTHONinstead of callingvirtualenvdirectly (issue 148).- Fix issue with lazy-loader code under zsh (issue 144).
- Fix issue with
noclobberoption under zsh (issue 137). Fix based on patch from rob_b. - Fix documentation for
add2virtualenvto show the correct name for the file containing the new path entry. (contributed byrvoicilas) - Fix problem with
virtualenvwrapper_show_workon_optionsunder zsh withchpwdfunctions that produce output. (issue 153)