Searched defs:PYTHON (Results 1 – 2 of 2) sorted by relevance
63 PYTHON ?= python macro65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
53 PYTHON ?= python macro55 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
Completed in 3 milliseconds