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