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

remove hardcoded python3 path in scrapeScenes.py #24

Open
ddissett opened this issue Oct 4, 2021 · 0 comments
Open

remove hardcoded python3 path in scrapeScenes.py #24

ddissett opened this issue Oct 4, 2021 · 0 comments

Comments

@ddissett
Copy link

ddissett commented Oct 4, 2021

the command interpreter set in line 1 of scrapeScenes.py is:

#!/usr/bin/python3

but Python 3 might be installed elsewhere (i.e. /opt/local/bin if using MacPorts). I suggest using this instead:

#!/usr/bin/env python3

so it picks up python3 form your $PATH.

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