Lines Matching full:environment
8 to determine the local build environment characteristics, then they run
48 - create a virtual environment in which all Python code runs during
51 - invoke Meson in the virtual environment, to perform the actual
80 Determine if $COMMAND exists in the current environment, either as a
129 environment (venv) during the configuration phase. The Python interpreter
131 from the environment, or the system PATH, in this order. The venv resides
140 PATH might operate in a different Python environment than the one chosen
150 virtual environment with ``pip``, either from wheels in ``python/wheels``
424 environment and should be invoked through the scripts that ``configure``
492 It handles creating the virtual environment, creating scripts in
535 environment variables that were set during the first run. It's used to
537 inspected manually to check the contents of the environment.
552 A Python virtual environment that is used for all Python code running
553 during the build. Using a virtual environment ensures that even code
560 Used by C code to determine the properties of the build environment