Update python shebangs to use /usr/bin/env python3 so virtual environment can be used (also aids in general portability)

This commit is contained in:
Jordan Carlin 2024-07-03 20:42:55 -07:00
parent f9e865e537
commit 7419689359
No known key found for this signature in database
61 changed files with 69 additions and 69 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/python3
#!/usr/bin/env python3
import sys, os
################