Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 'python3' to access Python #608

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Commits on Oct 10, 2024

  1. Use 'python3' to access Python (TriBITSPub#610)

    As per https://peps.python.org/pep-0394, it is best practice to not use
    'python' in shebangs. Use the explicit `python3` entry point instead.
    
    Signed-off-by: Samuel E. Browne <[email protected]>
    sebrowne authored and bartlettroscoe committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c297253 View commit details
    Browse the repository at this point in the history
  2. Add Python3 requirement to user guide (TriBITSPub#610)

    Signed-off-by: Samuel E. Browne <[email protected]>
    sebrowne authored and bartlettroscoe committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3dca096 View commit details
    Browse the repository at this point in the history