Commit e2f91e34 by Fox Wilson

Use /usr/bin/env python3 instead of /usr/bin/python3 project-wide

This fixes invocations of certain commands when python3 is installed in a nonstandard path (/usr/local/bin, for example). Signed-off-by: 's avatarFox Wilson <2016fwilson@tjhsst.edu>
parent 2681c0e7
#!/usr/bin/python3 #!/usr/bin/env python3
import sys import sys
......
#!/usr/bin/python3 #!/usr/bin/env python3
# #
# lxc-ls: List containers # lxc-ls: List containers
# #
......
#!/usr/bin/python3 #!/usr/bin/env python3
# #
# lxc-start-ephemeral: Start a copy of a container using an overlay # lxc-start-ephemeral: Start a copy of a container using an overlay
# #
......
#!/usr/bin/python3 #!/usr/bin/env python3
# #
# api_test.py: Test/demo of the python3-lxc API # api_test.py: Test/demo of the python3-lxc API
# #
......
#!/usr/bin/python3 #!/usr/bin/env python3
# #
# pyconsole-vte: Example program showing use of console functions # pyconsole-vte: Example program showing use of console functions
# in the lxc python binding # in the lxc python binding
......
#!/usr/bin/python3 #!/usr/bin/env python3
# #
# pyconsole: Example program showing use of console functions # pyconsole: Example program showing use of console functions
# in the lxc python binding # in the lxc python binding
......
#!/usr/bin/python3 #!/usr/bin/env python3
# #
# python-lxc: Python bindings for LXC # python-lxc: Python bindings for LXC
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment