mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Try various python paths
This commit is contained in:
@@ -16,7 +16,7 @@ our $module_name;
|
||||
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
|
||||
|
||||
# Check for python
|
||||
my $python = &has_command("python");
|
||||
my $python = &get_python_cmd();
|
||||
if (!$python) {
|
||||
&ui_print_endpage(&text('index_epython', "<tt>python</tt>"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user