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

Add shebang for python3. #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add shebang for python3. #50

wants to merge 1 commit into from

Conversation

groutr
Copy link

@groutr groutr commented Oct 1, 2020

When executing

$ ./genForcing.py --help

instead of:

$ python genForcing.py --help

my shell (zsh) will freeze and I have to terminate it.

Adding the shebang made the help message appear.

Resolves hangup when script is called as an executable.
@rcabell
Copy link
Collaborator

rcabell commented Mar 9, 2023

In NWM operations, the Forcing Engine is called using mpiexec python3 [...] so this is unneeded, and could potentially lead to confusion. But it's potentially useful for individual researcher-type users.

@rcabell rcabell added the future development Under consideration for future development label Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future development Under consideration for future development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants