Commit 3afe9d72 by Stéphane Graber

Merge pull request #692 from fwilson42/master

lxc-ls: use /usr/bin/env to find an appropriate python3 to run
parents 2c3576e7 e2f91e34
#!/usr/bin/python3
#!/usr/bin/env python3
import sys
......
#!/usr/bin/python3
#!/usr/bin/env python3
#
# lxc-ls: List containers
#
......
#!/usr/bin/python3
#!/usr/bin/env python3
#
# 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
#
......
#!/usr/bin/python3
#!/usr/bin/env python3
#
# pyconsole-vte: Example program showing use of console functions
# in the lxc python binding
......
#!/usr/bin/python3
#!/usr/bin/env python3
#
# pyconsole: Example program showing use of console functions
# in the lxc python binding
......
#!/usr/bin/python3
#!/usr/bin/env python3
#
# 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