1
1
=======================
2
- virtualenvwrapper 3.1
2
+ virtualenvwrapper 3.2
3
3
=======================
4
4
5
5
.. tags :: virtualenvwrapper release python
@@ -13,13 +13,25 @@ virtual environments and otherwise managing your development workflow,
13
13
making it easier to work on more than one project at a time without
14
14
introducing conflicts in their dependencies.
15
15
16
- What's New in 3.1
16
+ What's New in 3.2
17
17
=================
18
18
19
- - Fix a problem with activation hooks when associating a new
20
- virtualenv with an existing project directory.
21
- - Fix a problem with ``add2virtualenv `` and paths containing "special"
22
- characters such as ``& ``.
19
+ - Make ``project_dir `` a local variable so that
20
+ ``cdproject `` does not interfere with other variables
21
+ the user might have set. (contributed by ``slackorama ``)
22
+ - Fix typo in documentation reported by Nick Martin.
23
+ - Change trove classifier for license "MIT" to reflect the license
24
+ text presented in the documentation. *This does not indicate a
25
+ change in the license, just a correction to the expression of that
26
+ intent. * (contributed by ``ralphbean `` as fix for issue 134)
27
+ - Extend ``rmvirtualenv `` to allow removing more than one
28
+ environment at a time. (contributed by ``ciberglo ``)
29
+ - Change the definition of ``virtualenvwrapper_get_site_packages_dir ``
30
+ to ask ``distutils `` for the ``site-packages `` directory instead of
31
+ trying to build the path ourselves in the shell script. This should
32
+ resolve issue 112 and improve support for Python interpreters other
33
+ than C Python. Thanks to Carl Meyer and Dario Bertini for their
34
+ contributions toward the fix.
23
35
24
36
Installing
25
37
==========
0 commit comments