Changes between Version 54 and Version 55 of pyrunner
- Timestamp:
- Jun 6, 2025, 8:43:17 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v54 v55 50 50 51 51 The PythonVenv will run completely in its own venv. The zip file is installed with {{{pip}}} and thus respects all the setup including pip installing dependencies (which may be downloaded from the web). 52 53 54 55 {{{#!td style="background: #efe" 56 The current working directory is used. 57 If your current working directory contains python code, 58 these can be loaded as well. 59 This code may also override libraries that you loaded. 60 }}} 52 61 53 62 ==== results