File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,23 @@ See the `project documentation
41
41
<http://www.doughellmann.com/docs/virtualenvwrapper/> `__ for
42
42
installation and setup instructions.
43
43
44
+ Supported Shells
45
+ ================
46
+
47
+ virtualenvwrapper is a set of shell *functions * defined in Bourne
48
+ shell compatible syntax. It is tested under `bash `, `ksh `, and `zsh `.
49
+ It may work with other shells, so if you find that it does work with a
50
+ shell not listed here please let me know. If you can modify it to
51
+ work with another shell, without completely rewriting it, send a pull
52
+ request through the bitbucket project page. If you write a clone to
53
+ work with an incompatible shell, let me know and I will link to it
54
+ from this page.
55
+
56
+ Python Versions
57
+ ===============
58
+
59
+ virtualenvwrapper is tested under Python 2.4 - 2.7.
60
+
44
61
Upgrading from 1.x
45
62
==================
46
63
You can’t perform that action at this time.
0 commit comments