Re: [PATCH v3 1/3] buildman: Support building within a Python venv

2024-09-05 Thread Simon Glass
Hi Tom, On Thu, 15 Aug 2024 at 13:57, Simon Glass wrote: > > The Python virtualenv tool sets up a few things in the environment, > putting its path first in the PATH environment variable and setting up > a sys.prefix different from the sys.base_prefix value. > > At present buildman puts the toolc

[PATCH v3 1/3] buildman: Support building within a Python venv

2024-08-15 Thread Simon Glass
The Python virtualenv tool sets up a few things in the environment, putting its path first in the PATH environment variable and setting up a sys.prefix different from the sys.base_prefix value. At present buildman puts the toolchain path first in PATH so that it can be found easily during the buil