Searched defs:PYTHON (Results 1 – 3 of 3) sorted by relevance
28 PYTHON ?= python macro30 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
63 PYTHON ?= python macro65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
59 PYTHON ?= python macro61 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro