From bcb1c9963c08f6af60709fd7463ca8589aaf1ea2 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Thu, 23 Jan 2025 00:45:24 -0600 Subject: [PATCH] Use system python3 interpreter --- myip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myip b/myip index cc3ce3d..d752ebe 100755 --- a/myip +++ b/myip @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """ myip - Fetch and display public IP information from ipinfo.io