Skip to content

[python][test] Use python3 in dune_python_add_test

Timo Koch requested to merge fix/dune-python-add-test-python-executable into master

This was hard-coded to python before but a better default might be python3 since we require Python 3 (According to https://peps.python.org/pep-0394/, python doesn't even have to exist and if it exists may point to either Python 2 or 3).

This also fixes a problem that came up in !1222 (merged) when trying to use the Dune bindings without a virtual env on a system where python points to python2.

Edited by Timo Koch

Merge request reports