mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-15 23:24:27 +03:00
Hardcode /usr/bin/python in app launcher
This commit is contained in:
parent
4f41d5add9
commit
f91523197f
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec python "::PYTHONDIR::/::PACKAGE::.py"
|
||||
exec /usr/bin/python "::PYTHONDIR::/::PACKAGE::.py"
|
||||
|
Loading…
x
Reference in New Issue
Block a user