Re: scons linkage

2022-02-21 Thread rmgls
Hello Bill, Thanks for this helpful info. Bests Raoul > On 22 Feb 2022, at 02:13, Bill Deegan wrote: > > Raoul, > > If you want to run modern scons with python3 (and you're using macports for > newer python installs), probably easiest way to do so is to use a virtualenv. > > https://sco

Re: scons linkage

2022-02-21 Thread Bill Deegan
Raoul, If you want to run modern scons with python3 (and you're using macports for newer python installs), probably easiest way to do so is to use a virtualenv. https://scons-cookbook.readthedocs.io/en/latest/#setting-up-a-python-virtualenv-for-scons -Bill SCons Project Co-Manager (my main machi

Re: scons linkage

2022-02-21 Thread rmgls
Hi Ryan, thanks for clarification Bests Raoul > On 21 Feb 2022, at 17:11, Ryan Schmidt wrote: > > On Feb 19, 2022, at 01:24, rmgls wrote: > >> how to bypass the 2.7 python in /system/Library and direct by default to a >> macport version or even a user path. >> details: >> port install sco

Re: scons linkage

2022-02-21 Thread Ryan Schmidt
On Feb 19, 2022, at 01:24, rmgls wrote: > how to bypass the 2.7 python in /system/Library and direct by default to a > macport version or even a user path. > details: > port install scons 3.1.X > port select --set ….. > invoking scons calls the system scons 2.7? The scons port version 3.1.2

scons linkage

2022-02-18 Thread rmgls
Hello, sorry for this basic question: how to bypass the 2.7 python in /system/Library and direct by default to a macport version or even a user path. details: port install scons 3.1.X port select --set ….. invoking scons calls the system scons 2.7? Thanks for clarifiction. Raoul