From 5403e78d3b7d1302bcacd61ea9184ec8d77a6d85 Mon Sep 17 00:00:00 2001 From: "Ethan M. Lee" <71849509+ethanmlee@users.noreply.github.com> Date: Tue, 29 Mar 2022 12:33:58 -0400 Subject: switch to python3 in shebang on debian the #!/usr/bin/python links to python2 to help with stability of older packages. It also might be better to specify a python the python version anyways since it does not work with python2 --- src/bin/watcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/watcher b/src/bin/watcher index 2d4551e..2835a7f 100755 --- a/src/bin/watcher +++ b/src/bin/watcher @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os import sys -- cgit v1.2.3