Skip to content
Snippets Groups Projects
Commit 7355708d authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar: Committed by Philipp Erhardt
Browse files

Make python shebang more portable

Explicitly mention python3 to make it work on systems where python still
points to python2. Use /usr/bin/env for the case that python3 is
installed somewhere else.
parent fc89211d
Branches master
No related tags found
No related merge requests found
#!/usr/bin/python
#!/usr/bin/env python3
# Dependencies:
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment