From 9b73cfd5935ee81c1c60490ff27ab6b7745f641c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 3 Oct 2025 09:38:48 +0200 Subject: [PATCH] Change shebang to support running in venvs --- svdpoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svdpoke.py b/svdpoke.py index 1b24a70..0f26256 100755 --- a/svdpoke.py +++ b/svdpoke.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # svdpoke uses SVD files to display MCU register values and their meanings, # including the current value if given. It can also be used in combination -- 2.49.1