Skip to content

validate: Look for python3 executable in python detection

Ben Gamari requested to merge wip/fix-validate into master

Previously we would only look for a python executable, but in general we should prefer python3 and sometimes python doesn't exist.

Merge request reports