Skip to content

Force using python3

Amjad Ouled-Ameur requested to merge aouledameur/fix-python3 into main

Using 'python' command may lead to accidental use of python2 which causes compatibility issue.

Use python3 instead.

Signed-off-by: Amjad Ouled-Ameur aouledameur@baylibre.com

Merge request reports