virtualenvwrapper 4.4.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.
What’s New?
- Touch temporary file after a name is created
- Support “workon .”
- make cd after workon optional
- Merged in hjwp/virtualenvwrapper (pull request #25)
- Stop mangling the python argument to virtualenv
- ignore -f lines in pip freeze output
- Merged in bittner/virtualenvwrapper (pull request #22)
- hacked attempt to get round MSYS_HOME environ dependency on windows/git-bash/msys
- Change “distribute” to “setuptools” in docs
- Merged in jessamynsmith/virtualenvwrapper (pull request #23)
- Override tox’s desire to install pre-releases
- Reworded the documentation around user scripts vs plugin creation, to make it more clear which one you need. Also added a simple example of user scripts do not install distribute in test environments
- Update issue tracker URL