On 5/26/20 10:13 AM, Rebecca Cran wrote:
Python scripts in fio use a variety of methods to run the python interpreter: t/run_fio_tests.py has "#!/usr/bin/env python3" while t/strided.py has "#!/usr/bin/python", and sgunmap-test.py has "#!/usr/bin/python2.7".Would there any interest in converting them all to use "#!/usr/bin/env python3 ?
I think having a uniform python interpreter line would be a good thing.