virtualenvwrapper 4.7.0

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 4.7.0 on PyPI

What’s new?

This release improves MSYS support for 64bit systems.

  • Detect MSYS if MSYSTEM is MINGW64 (contributed by Martin Etnestad Johansen)
  • Update documentation to show how to restore overridden cd command to its default builtin behavior if it was changed in a hook. (contributed by Kevin Deldycke)