virtualenvwrapper 3.6.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.

Project details 3.6.1 on PyPI

What’s New?

  • Replace realpath with a more portable way of converting a relative path to an absolute path, used with the --python option to mkvirtualenv (contributed by Radu Voicilas).
  • Posted release to PyPI, resolving download redirect issue.