Find python3 path via /usr/bin/env

This commit is contained in:
Robin Klingsberg 2018-11-05 11:39:54 -05:00
commit d7bf07fa89
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# #
# config.py # config.py
# Copyright (C) 2008 Canonical Ltd. # Copyright (C) 2008 Canonical Ltd.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# #
# select-session.py # select-session.py
# Copyright (C) 2010 Canonical Ltd. # Copyright (C) 2010 Canonical Ltd.