mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
more portable python shebangs (#5816)
This is useful on systems like NixOS, where python3 is not in /usr/bin/python3 as well as for people using alternative ways to install python such as virtualenv/pyenv.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
db374ff564
commit
3e67e5c992
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
OUTFILE_HEADER = """#!/usr/bin/python3
|
||||
OUTFILE_HEADER = """#!/usr/bin/env python3
|
||||
#
|
||||
# create-sys-script.py
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user