Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dsphinx-pre-install30 my $python_cmd = "";
196 return if (!$python_cmd);
198 my $err = system("$python_cmd -c 'import $prog' 2>/dev/null /dev/null");
721 $python_cmd = findprog("python3");
722 $python_cmd = check_program("python", 0) if (!$python_cmd);
725 if ($python_cmd) {
727 my $tmp = qx($python_cmd --version 2>&1);
739 die "Warning: couldn't identify $python_cmd version!";
777 if (!$python_cmd) {
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dsphinx-pre-install31 my $python_cmd = "";
201 return if (!$python_cmd);
203 my $err = system("$python_cmd -c 'import $prog' 2>/dev/null /dev/null");
873 $python_cmd = find_python_no_venv();
917 $python_cmd = findprog("python3");
918 $python_cmd = check_program("python", 0) if (!$python_cmd);
921 if ($python_cmd) {
923 my $tmp = qx($python_cmd --version 2>&1);
934 die "Warning: couldn't identify $python_cmd versio
[all...]

Completed in 2 milliseconds