From a431e7af1d3246241200c4faf497acf6ec9cedcc Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Tue, 21 Feb 2023 16:06:54 +0100 Subject: [PATCH] Change shebang The default python is not python3 in debian... This commit changes explicitely the shebang line --- lsusers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsusers.py b/lsusers.py index bb467ac..9d5e0dd 100755 --- a/lsusers.py +++ b/lsusers.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding: utf-8 # # Copyright © 2023 - Rennes Physics Institute