Lines Matching refs:python_cmd
30 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) {
838 $python_cmd = find_python_no_venv();
841 printf "\t$python_cmd -m venv $virtenv_dir\n";