virtualenvwrapper 3.7
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?
- Improve tab-completion support for users of the lazy-loading mode.
- Add
--help
option tomkproject
. - Add
--help
option toworkon
. - Turn off logging from the hook loader by default, and replace
VIRTUALENVWRAPPER_LOG_DIR
environment variable withVIRTUALENVWRAPPER_LOG_FILE
. The rotating log behavior remains the same. The motivation for this change is the race condition caused by that rotating behavior, especially when the wrappers are being used by users with different permissions and umasks. - Use flake8 for style checking.