From: Simon Ruderich Date: Fri, 3 Oct 2025 07:38:48 +0000 (+0200) Subject: Change shebang to support running in venvs X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=9b73cfd5935ee81c1c60490ff27ab6b7745f641c;p=svdpoke%2Fsvdpoke.git Change shebang to support running in venvs --- 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