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 was 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