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

/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");
863 $python_cmd = find_python_no_venv();
907 $python_cmd = findprog("python3");
908 $python_cmd = check_program("python", 0) if (!$python_cmd);
911 if ($python_cmd) {
913 my $tmp = qx($python_cmd --version 2>&1);
924 die "Warning: couldn't identify $python_cmd versio
[all...]

Completed in 549 milliseconds