All of lore.kernel.org
 help / color / mirror / Atom feed
* Python scripts - /usr/bin/env python3 vs python vs python2.7
@ 2020-05-26 14:13 Rebecca Cran
  2020-05-26 14:32 ` Vincent Fu
  0 siblings, 1 reply; 8+ messages in thread
From: Rebecca Cran @ 2020-05-26 14:13 UTC (permalink / raw)
  To: fio; +Cc: Jens Axboe

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 ?


-- 
Rebecca Cran




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-06-02 12:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26 14:13 Python scripts - /usr/bin/env python3 vs python vs python2.7 Rebecca Cran
2020-05-26 14:32 ` Vincent Fu
2020-05-27 18:10   ` Elliott, Robert (Servers)
2020-05-28  8:19     ` Sitsofe Wheeler
2020-05-28 19:24       ` Vincent Fu
2020-05-29 20:42       ` Elliott, Robert (Servers)
2020-05-30  3:36         ` Sitsofe Wheeler
2020-06-02 12:31       ` Martin Steigerwald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.