File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 11=======================
2- virtualenvwrapper 2.8
2+ virtualenvwrapper 2.9
33=======================
44
55What is virtualenvwrapper
@@ -11,14 +11,25 @@ virtual environments and otherwise managing your development workflow,
1111making it easier to work on more than one project at a time without
1212introducing conflicts in their dependencies.
1313
14- What's New in 2.8
14+ What's New in 2.9
1515=================
1616
17- This release includes a fix to make ``cpvirtualenv `` use the copy of
18- ``virtualenv `` specified by the ``VIRTUALENVWRAPPER_VIRTUALENV ``
19- variable. It also adds support for running the wrapper commands under
20- the MSYS environment on Microsoft Windows systems (contributed by
21- noirbizarre).
17+ This release merges in the project directory management features
18+ previously delivered separately as ``virtualenvwrapper.project ``. The
19+ new command ``mkproject `` creates a working directory associated with
20+ a virtualenv, and can apply templates to populate the directory (for
21+ example, to create a new Django site).
22+
23+ This release also adds a ``-r `` option to ``mkvirtualenv `` to specify
24+ a pip requirements file for packages that should be installed into the
25+ new environment after is is created.
26+
27+ Upgrading to 2.9
28+ ================
29+
30+ Version 2.9 includes the features previously delivered separately by
31+ ``virtualenvwrapper.project ``. If you have an older verison of the
32+ project extensions installed, remove them before upgrading.
2233
2334.. _virtualenv : http://pypi.python.org/pypi/virtualenv
2435
You can’t perform that action at this time.
0 commit comments