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 1
1
=======================
2
- virtualenvwrapper 2.8
2
+ virtualenvwrapper 2.9
3
3
=======================
4
4
5
5
What is virtualenvwrapper
@@ -11,14 +11,25 @@ virtual environments and otherwise managing your development workflow,
11
11
making it easier to work on more than one project at a time without
12
12
introducing conflicts in their dependencies.
13
13
14
- What's New in 2.8
14
+ What's New in 2.9
15
15
=================
16
16
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.
22
33
23
34
.. _virtualenv : http://pypi.python.org/pypi/virtualenv
24
35
You can’t perform that action at this time.
0 commit comments