We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in MISCONSYS/Interopability/src/main.py the header line states #!/bin/python
#!/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
#!/bin/python2
The text was updated successfully, but these errors were encountered:
vixadd
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: