1
- ========================
2
- virtualenvwrapper 2.10
3
- ========================
1
+ ==========================
2
+ virtualenvwrapper 2.10.1
3
+ ==========================
4
4
5
5
What is virtualenvwrapper
6
6
=========================
@@ -11,27 +11,19 @@ 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.10
15
- ==================
16
-
17
- - Incorporated patch to add ``-d `` option to
18
- ``add2virtualenv ``, contributed by ``miracle2k ``.
19
- - Add ``-i `` option to ``mkvirtualenv ``.
20
- - Add ``mktmpenv `` command for creating temporary
21
- environments that are automatically removed when they are
22
- deactivated.
23
- - Fixed a problem with hook_loader that prevented it from working
24
- under Python 2.5 and 2.4.
25
- - Fix a problem with the way template names were processed under
26
- zsh. (issue #111)
27
-
28
- Upgrading to 2.10
29
- =================
30
-
31
- Version 2.10 includes the features previously delivered separately by
32
- ``virtualenvwrapper.tmpenv ``. If you have an older verison of the
33
- temporary environment extensions installed, remove it before
34
- upgrading.
14
+ What's New in 2.10.1
15
+ ====================
16
+
17
+ This bug-fix release includes a change to ``mktmpenv `` to resolve a
18
+ problem with the way command line arguments were being handled. All
19
+ temporary environments are now given automatically-generated names and
20
+ the ability to name a temporary environment has been removed.
21
+
22
+ Installing
23
+ ==========
24
+
25
+ Visit the virtualenvwrapper _ project page for download links and
26
+ installation instructions.
35
27
36
28
.. _virtualenv : http://pypi.python.org/pypi/virtualenv
37
29
0 commit comments