Use Python from env rather than absolute path

Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
This commit is contained in:
Chris Donati 2019-09-17 18:47:34 -07:00 committed by GitHub
parent 8b97bf2b2c
commit 30175b3b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 -B
#!/usr/bin/env python3 -B
#
# make_public.py
#