Changes for page VirtualEnv
Last modified by David De La Harpe Golden on 2026/05/17 17:37
From version
4.1
edited by David De La Harpe Golden
on 2026/05/17 16:13
on 2026/05/17 16:13
Change comment:
There is no comment for this version
To version
5.1
edited by David De La Harpe Golden
on 2026/05/17 16:14
on 2026/05/17 16:14
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -10,6 +10,11 @@ 10 10 * ##ve## - launches a subshell with the virtualenv active - in contrast to the weird way official activate does it your _current_ shell i.e like vex but less fancy. 11 11 12 12 {{code language="bash"}} 13 +$ mkve BlahVenv 14 +$ ve BlahVenv 15 +$ pip install av 16 +$ exit 17 +{{/code}} 13 13 14 14 15 15 == mkve == ... ... @@ -26,6 +26,7 @@ 26 26 {{/code}} 27 27 28 28 34 +== ve == 29 29 30 30 {{code language="bash"}} 31 31