]> git.proxmox.com Git - mirror_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)
committerFox Wilson <2016fwilson@babbage.csl.tjhsst.edu>
Tue, 10 Nov 2015 20:53:33 +0000 (15:53 -0500)
commite2f91e3434ddf2d4cb85d2385057a492eb462166
tree36fa16a12a65f3b3a526973e7405d1444aae555b
parent2681c0e7eae2c4008fc6bc79a4c128cbaca8beab
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