File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 9
9
Justin Barber (:bbuser: `barberj `). This also resolves a problem
10
10
with cpvirtualenv not honoring the ``--no-site-packages `` flag
11
11
(:bbissue: `102 `).
12
+ - Update docs with link to `virtualenvwrapper-win `_ port by David
13
+ Marble.
14
+
15
+ .. _virtualenv-clone : http://pypi.python.org/pypi/virtualenv-clone
16
+ .. _virtualenvwrapper-win : http://pypi.python.org/pypi/virtualenvwrapper-win
17
+
12
18
13
19
3.4
14
20
Original file line number Diff line number Diff line change @@ -24,6 +24,16 @@ from this page.
24
24
25
25
.. _bitbucket project page : https://bitbucket.org/dhellmann/virtualenvwrapper/
26
26
27
+ Windows Command Prompt
28
+ ----------------------
29
+
30
+ David Marble has ported virtualenvwrapper to Windows batch scripts,
31
+ which can be run under Microsoft Windows Command Prompt. This is also
32
+ a separately distributed re-implementation. You can download
33
+ `virtualenvwrapper-win `_ from PyPI.
34
+
35
+ .. _virtualenvwrapper-win : http://pypi.python.org/pypi/virtualenvwrapper-win
36
+
27
37
MSYS
28
38
----
29
39
You can’t perform that action at this time.
0 commit comments