Use Python from env rather than absolute path
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
This commit is contained in:
parent
8b97bf2b2c
commit
30175b3b4b
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3 -B
|
||||
#!/usr/bin/env python3 -B
|
||||
#
|
||||
# make_public.py
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue