How to execute scons in a python3 environment?
问题 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 This will be the first release to support Python versions earlier than 2.7 as well as 3.5+ Something like scons -python /usr/bin/python3 would be good to select the python interpreter. I did not find either how to build a scons version for python3. 回答1: In the latest versions, SCons supports both Python2 and Python3. There is no need to