Changes for page VirtualEnv

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

From version 2.1
edited by David De La Harpe Golden
on 2026/05/17 16:11
Change comment: There is no comment for this version
To version 1.1
edited by David De La Harpe Golden
on 2026/05/17 16:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,7 +22,7 @@
22 22  else
23 23   exec python -m venv "$1"
24 24  fi
25 -{{code}}
25 +{{/code}}
26 26  
27 27  == ve ==
28 28  
... ... @@ -34,7 +34,7 @@
34 34  else
35 35   echo >&2 "Missing Python Virtual Env (should have venv/bin/activate script)"
36 36  fi
37 -{{code}}
37 +{{/code}}
38 38  
39 39  
40 40