Skip to content

use a portable environment

Fabian Bornschein requested to merge (removed):master into master

It should use the portable form #!/usr/bin/env python3 instead of the non-portable, hardcoded one. This way it'll look up for python3, wich is better then assuming it's in /usr/bin.

More: https://en.wikipedia.org/wiki/Shebang_(Unix)#Portability

Merge request reports