Changes for page VirtualEnv

Last modified by David De La Harpe Golden on 2026/05/17 17:37

From version 12.1
edited by David De La Harpe Golden
on 2026/05/17 16:23
Change comment: There is no comment for this version
To version 11.1
edited by David De La Harpe Golden
on 2026/05/17 16:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,12 +2,12 @@
2 2  
3 3  * [[vex>>https://pypi.org/project/vex/]]
4 4  * [[virtualenvwrapper>>https://pypi.org/project/virtualenvwrapper/]]
5 -* [[virtualenvwrapper-win>>https://pypi.org/project/virtualenvwrapper-win/]] (if on windows)
5 +* [[virtualenvwrapper-win>>https://pypi.org/project/virtualenvwrapper-win/]]
6 6  
7 7  ...since virtualenv is now in the python stdlib, I have lately pared it down to two little helpers
8 8  
9 9  * ##mkve## - makes a new basic virtualenv.
10 -* ##ve## - launches a subshell with the virtualenv active - in contrast to the weird way official activate does within the current shell i.e ##ve## is like ##vex## but less fancy.
10 +* ##ve## - launches a subshell with the virtualenv active - in contrast to the weird way official activate does within the current shell i.e like ##vex## but less fancy.
11 11  
12 12  {{code language="bash"}}
13 13  $ mkve BlahVenv