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

Update all shebangs to use Python 3 #101

Closed
wants to merge 1 commit into from

Conversation

gudnimg
Copy link
Contributor

@gudnimg gudnimg commented Aug 4, 2024

Fixes #100

This commit changes all #!/usr/bin/env python --> #!/usr/bin/env python3

This commit changes all #!/usr/bin/env python --> #!/usr/bin/env python3
@WhyNotHugo
Copy link
Collaborator

I don't think that any distro still ships as python2 as the default Python, so this should mostly be a no-op.

Still LGTM

@cocagne
Copy link
Owner

cocagne commented Aug 7, 2024

Whoops, I went ahead and fixed this myself before I saw your pull request. Should already be fixed in mainline.

@cocagne cocagne closed this Aug 7, 2024
@gudnimg
Copy link
Contributor Author

gudnimg commented Aug 7, 2024

@cocagne no problem, glad its fixed 😊

@gudnimg gudnimg deleted the shebangs-python3-update branch August 7, 2024 21:47
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.

Update all shebangs for Python 3
3 participants