You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
Current shebang is #!/usr/bin/python, but python2 shouldn't be considered default anymore. This will only work correctly on less sane linux distributions (debian-based, I suppose). To avoid ambiguity, it should be #!/usr/bin/python2, which should probably work everywhere.
Edit: it should actually be installed with pip2, then it will work. Still, it should be specified in README.md
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current shebang is
#!/usr/bin/python
, but python2 shouldn't be considered default anymore. This will only work correctly on less sane linux distributions (debian-based, I suppose). To avoid ambiguity, it should be#!/usr/bin/python2
, which should probably work everywhere.Edit: it should actually be installed with
pip2
, then it will work. Still, it should be specified in README.mdThe text was updated successfully, but these errors were encountered: