Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Browse Source
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 1
and
Version 2
of
pyrunner
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
09/22/22 13:19:24 (
2 years
ago)
Author:
wouter
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
pyrunner
v1
v2
2
2
3
3
This is a tool to run python code from Java.
4
5
The procedure is roughly:
6
* create a PythonVenv E
7
* E.call pip install of the code that you want to run, or copy the code into E.
8
* E.call the code you want to run
9
* call E.remove to remove the venv