From 6ad141162ddba5ea7603693c3b307d5f5ecea69c Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sun, 30 May 2021 19:29:29 +0100 Subject: [PATCH] Update run_debug.sh to run Python 3.9 --- run_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_debug.sh b/run_debug.sh index 8908b32..6e56742 100755 --- a/run_debug.sh +++ b/run_debug.sh @@ -1,2 +1,2 @@ #!/bin/bash -gdb -ex r --args /home/kae/git/musicmuster/.direnv/python-3.7.3/bin/python app/musicmuster.py +gdb -ex r --args /home/kae/git/musicmuster/.direnv/python-3.9.2/bin/python app/musicmuster.py