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.

Project details 3.7 on PyPI

What’s New?

  • Improve tab-completion support for users of the lazy-loading mode.
  • Add --help option to mkproject.
  • Add --help option to workon.
  • Turn off logging from the hook loader by default, and replace VIRTUALENVWRAPPER_LOG_DIR environment variable with VIRTUALENVWRAPPER_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.