Change shebang to /usr/bin/env python
Using /usr/bin/python might have side-effects, such as the system python being used even when the script is called from within a python virtual env. env python should give us the right interpreter. As we are both python2 and python3 compatible this should cause no problems.
This commit is contained in:
parent
ccd01e8b6e
commit
2b138446d4
Loading…
Reference in New Issue