virt-*: invoke python3 using /usr/bin/env
This commit is contained in:
parent
5fb529fe0b
commit
59babfe4d6
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# Convenience wrapper for easily running virt-clone from the git tree
|
||||
|
||||
import os
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# Convenience wrapper for easily running virt-install from the git tree
|
||||
|
||||
import os
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
# Convenience wrapper for easily running virt-manager from the git tree
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue