Changes between Version 35 and Version 36 of pyrunner
- Timestamp:
- 08/21/24 13:34:57 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v35 v36 33 33 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). 34 34 35 If you want to use a venv, PYTHON3EXE usually points to YOURVENV/bin/python3. That version of python automatically uses the libraries that were pip-installed there. 35 36 36 37 === Usage