Skip to content

trivial modification of all shebang.

fuzzy requested to merge fz/mat2:best_shebangs into master

/usr/bin/python3 -> /usr/bin/env python3

It's always better to trust the environment defined path to bin/python, as virtualenv become the way to go.

Merge request reports