From 8c3048bf99a2ac6f7da6c9630040a11a8abddaa1 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 10 Jun 2024 15:38:22 +0100 Subject: [PATCH] Use `python3` by default --- scons/scons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons/scons.py b/scons/scons.py index 67db33e9d..92aab20a9 100755 --- a/scons/scons.py +++ b/scons/scons.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # # SCons - a Software Constructor #