Skip to content

Set interpreter to python3

Marc Jeanmougin requested to merge marcjeanmougin/extensions:fix-interp into master

Set interpreter to python3: on many modern systems, "python" executable does not exist anymore and is only provided through an optional python-is-python3 package. Notably, debian't lintian throws a warning "unusual interpreter".

Merge request reports