virt-*: invoke python3 using /usr/bin/env

This commit is contained in:
a1346054 2021-10-02 14:23:29 +00:00 committed by Cole Robinson
parent 5fb529fe0b
commit 59babfe4d6
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# Convenience wrapper for easily running virt-clone from the git tree # Convenience wrapper for easily running virt-clone from the git tree
import os import os

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# Convenience wrapper for easily running virt-install from the git tree # Convenience wrapper for easily running virt-install from the git tree
import os import os

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# Convenience wrapper for easily running virt-manager from the git tree # Convenience wrapper for easily running virt-manager from the git tree
import os import os

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# Convenience wrapper for easily running virt-xml from the git tree # Convenience wrapper for easily running virt-xml from the git tree
import os import os