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 python 3 #26

Merged
merged 1 commit into from
Mar 5, 2019
Merged

Conversation

iwismer
Copy link

@iwismer iwismer commented Feb 27, 2019

The readme says that all the python scripts are Python 3 only, but the shebangs in the files do not reflect this, so I updated the shebangs at the tops of the python files to be:

#!/usr/bin/env python3

This allows the files to be run directly on systems where Python 2 is still default.

@jblindsay jblindsay merged commit 8839309 into jblindsay:master Mar 5, 2019
@jblindsay
Copy link
Owner

Thanks again Isaac, I should have spotted that myself.

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