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

doesn't work with virtualenv #1

Open
adeck opened this issue Sep 29, 2016 · 1 comment
Open

doesn't work with virtualenv #1

adeck opened this issue Sep 29, 2016 · 1 comment

Comments

@adeck
Copy link
Owner

adeck commented Sep 29, 2016

Pretty simple.
The current hashbang is

#!/usr/bin/python

whereas best practices dictate it should be

#!/usr/bin/env python
@adeck
Copy link
Owner Author

adeck commented Sep 29, 2016

Right.
Made changes. Added hashbang line & requirements.txt for good measure.

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

No branches or pull requests

1 participant