Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Add shebangs to tools Python scripts #107

Closed
wants to merge 1 commit into from
Closed

Add shebangs to tools Python scripts #107

wants to merge 1 commit into from

Conversation

calcmogul
Copy link
Member

This lets Linux users run the scripts as "./OutlineViewer.py" instead
of just "python ./OutlineViewer.py".

This lets Linux users run the scripts as "./OutlineViewer.py" instead
of just "python ./OutlineViewer.py".
Copy link
Member

@AustinShalit AustinShalit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these scripts require python 3? If so, doesn't that mean the shebang should point at python3?

@ThadHouse
Copy link
Member

That was the reason we didn't put these in. Some os's needed python, some python3 some py -3

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

Successfully merging this pull request may close these issues.

None yet

3 participants