I need to import python3 scripts within a scons script. (I use scons v3.0.1.7)
Is there a way to execute scons with python 3 ?
The offical scons site says >
I had to edit /usr/bin/scons and change the shebang from
/usr/bin/scons
#! /usr/bin/python
to
#! /usr/bin/env python
Make sure you are in a python3 virtual environment