• Home
  • Raw
  • Download

Lines Matching full:environment

27 environment. The tooling is installed into your workspace, and makes no
35 of CIPD packages and sets up the Python virtual environment. The activate
36 command reinitializes a previously configured environment, and if none is found,
40 On Windows the scripts used to set up the environment are ``bootstrap.bat``
52 On POSIX systems, the environment can be deactivated by running ``deactivate``.
175 required for the environment, but cannot modify the environment of the parent
209 environment variables. Explanations of parts of ``config.json`` are described
266 A boolean value that can be used the give the Python virtual environment
270 By default environment setup will check that all submodules are present in
284 environment directory. Defaults to
289 the environment, for reading by tools that don't inherit an environment from
315 "gni_file": "tools/environment.gni",
316 "json_file": "tools/environment.json"
324 set the following environment variables.
331 environment config file as ``dir_cipd_${BASENAME}``. This allows the GN build to
378 environment, and bootstrap again. Then run the ``list`` command from above
381 Environment Variables
385 The following environment variables affect env setup behavior. Most users will
404 Location to which packages are installed. Defaults to ``.environment`` folder
432 The following environment variables are set by env setup.
435 System executable search path. Many of the environment variables below are
439 Location the environment was installed into. Separate from
459 location specified by the environment config. It lists variables to set, clear,
472 "<pigweed-root>/.environment/cipd",
473 "<pigweed-root>/.environment/cipd/pigweed",
474 "<pigweed-root>/.environment/cipd/pigweed/bin",
475 "<pigweed-root>/.environment/cipd/luci",
476 "<pigweed-root>/.environment/cipd/luci/bin",
477 "<pigweed-root>/.environment/pigweed-venv/bin",
486 "_PW_ACTUAL_ENVIRONMENT_ROOT": "<pigweed-root>/.environment",
487 "PW_CIPD_INSTALL_DIR": "<pigweed-root>/.environment/cipd",
489 "PW_PIGWEED_CIPD_INSTALL_DIR": "<pigweed-root>/.environment/cipd/pigweed",
490 "PW_LUCI_CIPD_INSTALL_DIR": "<pigweed-root>/.environment/cipd/luci",
491 "VIRTUAL_ENV": "<pigweed-root>/.environment/pigweed-venv",
498 the GNI file specified in the environment config file.
503 dir_cipd_pigweed = "<pigweed-root>/.environment/cipd/packages/pigweed"
504 dir_cipd_luci = "<pigweed-root>/.environment/cipd/packages/luci"
505 dir_virtual_env = "<pigweed-root>/.environment/pigweed-venv"
519 The environment is set up by installing CIPD and Python packages in
520 ``PW_ENVIRONMENT_ROOT`` or ``<checkout>/.environment``, and saving modifications
521 to environment variables in setup scripts in those directories. To support