From a154a7008696efda652182c7eb5f345943ef46a3 Mon Sep 17 00:00:00 2001 From: "Ryan@Home" Date: Sun, 29 Dec 2024 19:27:14 -0500 Subject: [PATCH] change the top line of the script to use the env python3, for the case of venv --- Cleopatra/FitExData.py | 2 +- PyGUIQt6/PtolemyGUIPy.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cleopatra/FitExData.py b/Cleopatra/FitExData.py index f5cb1b8..61f0b42 100644 --- a/Cleopatra/FitExData.py +++ b/Cleopatra/FitExData.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import numpy as np from scipy.optimize import curve_fit diff --git a/PyGUIQt6/PtolemyGUIPy.py b/PyGUIQt6/PtolemyGUIPy.py index daf28a9..f1160bb 100755 --- a/PyGUIQt6/PtolemyGUIPy.py +++ b/PyGUIQt6/PtolemyGUIPy.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import os import platform