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 11=======================
2- virtualenvwrapper 3.4
2+ virtualenvwrapper 3.5
33=======================
44
55.. tags :: virtualenvwrapper release python
66
7- What is virtualenvwrapper
8- =========================
7+ What is virtualenvwrapper?
8+ ==========================
99
1010virtualenvwrapper _ is a set of extensions to Ian Bicking's virtualenv _
1111tool. The extensions include wrappers for creating and deleting
1212virtual environments and otherwise managing your development workflow,
1313making it easier to work on more than one project at a time without
1414introducing conflicts in their dependencies.
1515
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
2331
2432Installing
2533==========
Original file line number Diff line number Diff line change 33PROJECT = 'virtualenvwrapper'
44
55# Change docs/sphinx/conf.py too!
6- VERSION = '3.4 '
6+ VERSION = '3.5 '
77
88# Bootstrap installation of Distribute
99import distribute_setup
You can’t perform that action at this time.
0 commit comments