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

interpreter/shebang header #40

Open
dcat52 opened this issue May 15, 2018 · 0 comments
Open

interpreter/shebang header #40

dcat52 opened this issue May 15, 2018 · 0 comments
Assignees

Comments

@dcat52
Copy link
Collaborator

dcat52 commented May 15, 2018

in MISCONSYS/Interopability/src/main.py
the header line states
#!/bin/python

this should read:
#!/bin/python2
If the system has both py2 and py3, it dissociates plain /python. but /python2 will always work for py2

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

No branches or pull requests

2 participants