Home
last modified time | relevance | path

Searched refs:INIT_PYTHON (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-extract.sh5 INIT_PYTHON=$(which python3 2>/dev/null )
6 [ -z "$INIT_PYTHON" ] && INIT_PYTHON=$(which python2 2>/dev/null)
7 [ -z "$INIT_PYTHON" ] && echo "Error: The SDK needs a python installed" && exit 1
10 PATH=`$INIT_PYTHON -c 'import os; print(":".join(e for e in os.environ["PATH"].split(":") if os.pat…