Skip to content

chore: ensure python3 in script shebang#407

Merged
thomas-fossati merged 1 commit into
mainfrom
setrofim/python
Apr 1, 2026
Merged

chore: ensure python3 in script shebang#407
thomas-fossati merged 1 commit into
mainfrom
setrofim/python

Conversation

@setrofim

@setrofim setrofim commented Apr 1, 2026

Copy link
Copy Markdown
Collaborator

Ensure that scripts refer topython3, rather than python, in their shebang.

  • This adds consistency across the scripts, as some of them already refer to python3.
  • This is, at least theoretically, more robust since python could still refer to python2 or not be set at all in some distributions (though since python2 is unsupported, this is unlikely).

Addresses #404

@setrofim setrofim requested a review from thomas-fossati April 1, 2026 12:16
Ensure that scripts refer to python3, rather than python, in their
shebang.

- This adds consistency across the scripts, as some of them already
  refer to python3.
- This is, at least theoretically, more robust since python could still
  refer to python2 or not be set at all in some distributions (though
  since python2 is unsupported, this is unlikely).

Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
@thomas-fossati thomas-fossati merged commit 2226756 into main Apr 1, 2026
9 checks passed
@thomas-fossati thomas-fossati deleted the setrofim/python branch April 1, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants