mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
RHEL 8: use platform-python
Use the stable platform-python provided in BaseOS, instead of relying on some arbitrary version installed by the user.
This commit is contained in:
@@ -24,7 +24,7 @@ open Unix_utils
|
||||
|
||||
open Common_gettext.Gettext
|
||||
|
||||
let python = "python3" (* Defined by PEP 394 *)
|
||||
let python = "/usr/libexec/platform-python"
|
||||
|
||||
type script = {
|
||||
tmpdir : string; (* Temporary directory. *)
|
||||
|
||||
Reference in New Issue
Block a user