Changes between Version 21 and Version 22 of pyrunner
- Timestamp:
- 01/15/24 20:34:25 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v21 v22 27 27 28 28 If you get any errors, check the error and do further installations. Unfortunately this seems the python way of getting a working installation. 29 30 == PYTHON3EXE 31 After installing python, you have to set the {{{PYTHON3EXE}}} environment variable to point to the python3 executable. On ubuntu, you can find the location with {{{which python3}}}. How you set this varies depending on how you want to use the PythonVenv (from Eclipse, from command line, double clicking etc; and which OS). 32 29 33 30 34 === Usage