Searched refs:python_cmd (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dsphinx-pre-install31 my $python_cmd = "";
200 return if (!$python_cmd);
202 my $err = system("$python_cmd -c 'import $prog' 2>/dev/null /dev/null");
860 $python_cmd = find_python_no_venv();
904 $python_cmd = findprog("python3");
905 $python_cmd = check_program("python", 0) if (!$python_cmd);
908 if ($python_cmd) {
910 my $tmp = qx($python_cmd --version 2>&1);
921 die "Warning: couldn't identify $python_cmd versio
[all...]

Completed in 110 milliseconds