File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 1
1
=======================
2
- virtualenvwrapper 3.4
2
+ virtualenvwrapper 3.5
3
3
=======================
4
4
5
5
.. tags :: virtualenvwrapper release python
6
6
7
- What is virtualenvwrapper
8
- =========================
7
+ What is virtualenvwrapper?
8
+ ==========================
9
9
10
10
virtualenvwrapper _ is a set of extensions to Ian Bicking's virtualenv _
11
11
tool. The extensions include wrappers for creating and deleting
12
12
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
17
- ==========
18
-
19
- - Add a "lazy loading" option for startup scripts. Refer to the
20
- `installation instructions
21
- <http://www.doughellmann.com/docs/virtualenvwrapper/install.html#lazy-loading> `_
22
- for more details.
16
+ What's New?
17
+ ===========
18
+
19
+ - Rewrite ``command-cpvirtualenv `` to use `virtualenv-clone `_
20
+ instead of making the new environment relocatable. Contributed by
21
+ Justin Barber (barberj). This also resolves a problem
22
+ with cpvirtualenv not honoring the ``--no-site-packages `` flag
23
+ (issue 102).
24
+ - Update docs with link to `virtualenvwrapper-win `_ port by David
25
+ Marble.
26
+ - Use ``command `` to avoid functions named the same as common
27
+ utilities. (issue 119)
28
+
29
+ .. _virtualenv-clone : http://pypi.python.org/pypi/virtualenv-clone
30
+ .. _virtualenvwrapper-win : http://pypi.python.org/pypi/virtualenvwrapper-win
23
31
24
32
Installing
25
33
==========
Original file line number Diff line number Diff line change 3
3
PROJECT = 'virtualenvwrapper'
4
4
5
5
# Change docs/sphinx/conf.py too!
6
- VERSION = '3.4 '
6
+ VERSION = '3.5 '
7
7
8
8
# Bootstrap installation of Distribute
9
9
import distribute_setup
You can’t perform that action at this time.
0 commit comments