Changes between Version 35 and Version 36 of pyrunner


Ignore:
Timestamp:
08/21/24 13:34:57 (6 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyrunner

    v35 v36  
    3333After 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).
    3434
     35If 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.
    3536
    3637=== Usage