]> git.ipfire.org Git - thirdparty/lxc.git/commit
Use /usr/bin/env python3 instead of /usr/bin/python3 project-wide
authorFox Wilson <2016fwilson@babbage.csl.tjhsst.edu>
Tue, 10 Nov 2015 20:00:25 +0000 (15:00 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 17 Nov 2016 22:18:54 +0000 (17:18 -0500)
commitb52825bb943c4744539f3a45444b6b9386877860
tree66c0737d25c1d85ca9fd22da1a2b3d884e27742d
parentd90cc2e68d4cb821d45e079f6170f82cd0f0d7cd
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: Fox Wilson <2016fwilson@tjhsst.edu>
config/apparmor/lxc-generate-aa-rules.py
src/lxc/lxc-ls.in
src/lxc/lxc-start-ephemeral.in
src/python-lxc/examples/api_test.py
src/python-lxc/examples/pyconsole-vte.py
src/python-lxc/examples/pyconsole.py
src/python-lxc/setup.py.in