Skip to content

Use "env" and python3 for shebangs

Prunus requested to merge Prunus/pyxdg:master into master

Python 2 has reached end-of-life so Python 3 should be the default as of 2020. Also, "env" shebangs are the recommended way for Python:

https://docs.python.org/3/tutorial/appendix.html#tut-scripts https://docs.python.org/3/using/unix.html#miscellaneous

Merge request reports