Lines Matching refs:python
253 python=
571 for binary in python3 python python3.12 python3.11 \
574 python=$(command -v "$binary")
575 if check_py_version "$python"; then
580 first_python=$python
587 python=$(command -v "$PYTHON")
588 if check_py_version "$python"; then
679 --python=*) python="$optarg"
912 --python=PYTHON use specified python [$python]
963 error_exit "Cannot use '$python', Python >= 3.8 is required." \
988 echo "python determined to be '$python'"
1157 gdb_arches=$($python "$source_path/scripts/probe-gdb-support.py" $gdb_bin)
1322 case $($python "$source_path"/tests/docker/docker.py --engine "$container_engine" probe) in
1328 docker_py="$python $source_path/tests/docker/docker.py --engine $container"
1785 echo "PYTHON=$python" >> $config_host_mak