mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 13:33:23 -07:00
Find python3 path via /usr/bin/env
This commit is contained in:
parent
cfef699184
commit
d7bf07fa89
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue