Commit a1a2830
[nexmark] Invoke run.py via python interpreter.
This small fix should make the benchmark script more portable. The
script invoked `run.py` as an executable, relying on the
`#!/usr/bin/python3` annotation in that file to pick the interpreter for
it. This didn't work on my system using a virtual environment, which
requires running the python interpreter from the virtual environment,
instead of the one in `/usr/bin`.
The patch invokes run.py via `python3 run.py`, which should pick the
python interpreter from the virtual environment if one is activated.
Signed-off-by: Leonid Ryzhyk <leonid@feldera.com>1 parent 4ed19ce commit a1a2830
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
0 commit comments