Searched defs:PYTHON (Results 1 – 1 of 1) sorted by relevance
33 PYTHON ?= python macro35 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro