Do not hardcode path to the Python interpreter
commitcb307bf01aba9f76df5c1f800ae2296091a31fce
authorLukas Fleischer <lfleischer@archlinux.org>
Fri, 25 Aug 2017 04:53:02 +0000 (25 06:53 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Fri, 25 Aug 2017 05:01:12 +0000 (25 07:01 +0200)
treefc162aea5454e503672a3371b91ca3453d604248
parent2d2bef3513c81e434775c004eb78fc1d73ebae2e
Do not hardcode path to the Python interpreter

Use `/usr/bin/env python3` instead of `/usr/bin/python3` in the shebang
of Python scripts. This adds support for non-standard Python interpreter
paths such as the paths used in virtualenv environments.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
aurweb/git/auth.py
aurweb/git/serve.py
aurweb/git/update.py
aurweb/scripts/aurblup.py
aurweb/scripts/mkpkglists.py
aurweb/scripts/notify.py
aurweb/scripts/pkgmaint.py
aurweb/scripts/popupdate.py
aurweb/scripts/rendercomment.py
aurweb/scripts/tuvotereminder.py
schema/gendummydata.py