Open Silejonu opened 1 year ago
Debian 11 and Ubuntu 22.04 use python3 as their Python 3 binary. python is reserved for Python 2, and is not installed by default.
python3
python
This commit checks if the python binary exists on the system, and if not, uses python3 instead.
Fixes #40
Tested, fixes playback on MacOS Ventura (and probably many others).
Please merge!! :smiling_imp:
similar changesets:
Debian 11 and Ubuntu 22.04 use
python3
as their Python 3 binary.python
is reserved for Python 2, and is not installed by default.This commit checks if the
python
binary exists on the system, and if not, usespython3
instead.Fixes #40