Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

Incorrect shebang #8

Open
cauebs opened this issue May 16, 2017 · 0 comments
Open

Incorrect shebang #8

cauebs opened this issue May 16, 2017 · 0 comments

Comments

@cauebs
Copy link

cauebs commented May 16, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant