tools: use /usr/bin/python2.7 as the interpreter
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 29 Oct 2017 08:05:47 +0000 (08:05 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sun, 29 Oct 2017 19:22:25 +0000 (19:22 +0000)
commit60023ade47e7817db1c18d9b7e511839de5c2c99
tree00f9a07efb40fc09d571e6acdc47d8df491aa6e6
parenta72f40bb129f99d5463383466a31d5ff6119aa96
tools: use /usr/bin/python2.7 as the interpreter

Distros such as Fedora
(https://fedoraproject.org/wiki/Packaging:Python#Multiple_Python_Runtimes
) are clamping down on python interpreter paths due to the desire to
switch to python3 so /usr/bin/python or /usr/bin/env python are no
longer liked. Unfortunately macOS doesn't ship a /usr/bin/python2 link
so switch all python interpreter paths to /usr/bin/python2.7 as a
compromise.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
tools/fio_jsonplus_clat2csv
tools/fiologparser.py
tools/hist/fiologparser_hist.py
tools/hist/half-bins.py
tools/plot/fio2gnuplot
unit_tests/steadystate_tests.py