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

/bind-9.11.3/win32utils/
H A DConfigure697 my $python_command = "python.exe";
1058 $python_command = $val;
1283 print "python-command: $python_command\n";
2676 print "checking for $python_command\n";
2678 my $pythonret = `"$python_command" -c "quit()" 2>&1`;
2680 die "can't launch $python_command: $pythonret\n";
2683 if ($python_command !~ /\.exe$/i) {
2684 $python_command = $python_command . ".exe";
2690 my $pythonret = `"$python_command"
[all...]

Completed in 13 milliseconds