mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Specify /usr/bin/python explicitly
This commit is contained in:
parent
3438e7ecf5
commit
5104669795
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec python "::PYTHONDIR::/::PACKAGE::.py" "$@"
|
exec /usr/bin/python "::PYTHONDIR::/::PACKAGE::.py" "$@"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec python "::PYTHONDIR::/::PACKAGE::.py" "$@"
|
exec /usr/bin/python "::PYTHONDIR::/::PACKAGE::.py" "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user