From a790d8cdb9705743e05eec4127034740e9b48a13 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 21 Nov 2017 15:09:12 +0100 Subject: [PATCH] make python3 default --- scons/scons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons/scons.py b/scons/scons.py index fe9d7249e..d19303986 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 #