invoke python through /usr/bin/env

This allows use in virtualenvs, as well as on distros where
/usr/bin/python does not exist
This commit is contained in:
a1346054 2021-08-21 19:53:17 +00:00
parent 539869bba0
commit ed10159ca5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: iso-8859-1 -*- # -*- coding: iso-8859-1 -*-
# Copyright (C) 2010-2016 Bastian Kleineidam # Copyright (C) 2010-2016 Bastian Kleineidam
# #