Changes for page VirtualEnv

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

From version 3.1
edited by David De La Harpe Golden
on 2026/05/17 16:12
Change comment: There is no comment for this version
To 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

Summary

Details

Page properties
Content
... ... @@ -22,13 +22,11 @@
22 22  else
23 23   exec python -m venv "$1"
24 24  fi
25 +{{code}}
25 25  
26 -{{/code}}
27 -
28 28  == ve ==
29 29  
30 30  {{code language="bash"}}
31 -
32 32  #!/bin/bash
33 33  
34 34  if [ -f "$1/bin/activate" ]; then
... ... @@ -36,8 +36,7 @@
36 36  else
37 37   echo >&2 "Missing Python Virtual Env (should have venv/bin/activate script)"
38 38  fi
37 +{{code}}
39 39  
40 -{{/code}}
41 41  
42 42  
43 -