Skip to content

remove hardcoded python3 path in scrapeScenes.py #24

@ddissett

Description

@ddissett

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions