vedderb / bldc

The VESC motor control firmware
2.08k stars 1.31k forks source link

Make the command for getting the Python version quite #723

Closed Lauszus closed 1 month ago

Lauszus commented 1 month ago

"python" is not available on my system only "python3", so this will cause output stderr even though the Makefile later checks if "python3" exist

kalvdans commented 1 month ago

Just unconditionally use python3. I don't know any Python3 system that only has a python executable without a python3.

That said, patch looks good.