Searched refs:INIT_PYTHON (Results 1 – 1 of 1) sorted by relevance
5 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 110 PATH=`$INIT_PYTHON -c 'import os; print(":".join(e for e in os.environ["PATH"].split(":") if os.pat…