Skip to content

*.py: Use env for shebang lines

Tristan Maat requested to merge tlater/shebangs into master

Description

This replaces all #!/usr/bin/python3 shebangs with #!/usr/bin/env python3. It's necessary for virtualenv to work, and is common practice in the python world anyway.

Feel free to discuss, but I think this is a fairly useful little change.

Merge request reports