]> ruderich.org/simon Gitweb - svdpoke/svdpoke.git/commitdiff
Change shebang to support running in venvs
authorSimon Ruderich <simon@ruderich.org>
Fri, 3 Oct 2025 07:38:48 +0000 (09:38 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 3 Oct 2025 07:38:48 +0000 (09:38 +0200)
svdpoke.py

index 1b24a70732c144ab63e897c99b8bbab3fd447368..0f2625663ef6c293ed5fc9a93aaf64d1d0f377c1 100755 (executable)
@@ -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