All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rebecca Cran <rebecca@bsdio.com>
To: "fio@vger.kernel.org" <fio@vger.kernel.org>
Cc: Jens Axboe <axboe@kernel.dk>
Subject: Python scripts - /usr/bin/env python3 vs python vs python2.7
Date: Tue, 26 May 2020 08:13:23 -0600	[thread overview]
Message-ID: <d9332e23-633e-c4c0-381b-b2fcbd983e15@bsdio.com> (raw)

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




             reply	other threads:[~2020-05-26 14:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 14:13 Rebecca Cran [this message]
2020-05-26 14:32 ` Python scripts - /usr/bin/env python3 vs python vs python2.7 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d9332e23-633e-c4c0-381b-b2fcbd983e15@bsdio.com \
    --to=rebecca@bsdio.com \
    --cc=axboe@kernel.dk \
    --cc=fio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.