change the top line of the script to use the env python3, for the case of venv

This commit is contained in:
Ryan@Home 2024-12-29 19:27:14 -05:00
parent 43efd88986
commit a154a70086
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import numpy as np import numpy as np
from scipy.optimize import curve_fit from scipy.optimize import curve_fit

View File

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