How to enforce a particular Python version during port build

Clemens Lang cal at macports.org
Sun Sep 1 08:10:16 UTC 2019


Hi,

On Sat, Aug 31, 2019 at 06:45:09PM -0700, Blair Zajac wrote:
> The problem could be scons. It looks like 

Re-iterating on that, the problem is likely SCons, because it will
filter all environment variables and thus ignore any settings you do in
configure.env, build.env, destroot.env, unless you patch the SConstruct
file specifically to not remove them from its environment.

-- 
Clemens


More information about the macports-dev mailing list