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 >
Here is a better solution, add this to your .bash_profile:
alias scons3="/usr/bin/env python3 $(which scons)"