• Home
  • Raw
  • Download

Lines Matching full:environment

28 environment. The tooling is installed into your workspace, and makes no
36 of CIPD packages and sets up the Python virtual environment. The activate
37 command reinitializes a previously configured environment, and if none is found,
42 On Windows the scripts used to set up the environment are ``bootstrap.bat``
55 On POSIX systems, the environment can be deactivated by running ``deactivate``.
177 required for the environment, but cannot modify the environment of the parent
210 environment variables. Explanations of parts of ``config.json`` are described
270 environment`` setup stage. See the `Requirements Files documentation`_ for
280 A boolean value that can be used the give the Python virtual environment
284 By default environment setup will check that all submodules are present in
298 environment directory. Defaults to
303 the environment, for reading by tools that don't inherit an environment from
334 "gni_file": "tools/environment.gni",
335 "json_file": "tools/environment.json",
350 would set the following environment variables.
357 environment config file as ``dir_cipd_${BASENAME}``. This allows the GN build to
404 environment, and bootstrap again. Then run the ``list`` command from above
407 Environment Variables
411 The following environment variables affect env setup behavior. Most users will
435 Location to which packages are installed. Defaults to ``environment`` folder
436 within the checkout root. This variable is cleared after environment setup is
464 The following environment variables are set by env setup.
467 System executable search path. Many of the environment variables below are
471 Location the environment was installed into. Separate from
494 location specified by the environment config. It lists variables to set, clear,
507 "<pigweed-root>/environment/cipd",
508 "<pigweed-root>/environment/cipd/pigweed",
509 "<pigweed-root>/environment/cipd/pigweed/bin",
510 "<pigweed-root>/environment/cipd/luci",
511 "<pigweed-root>/environment/cipd/luci/bin",
512 "<pigweed-root>/environment/pigweed-venv/bin",
521 "_PW_ACTUAL_ENVIRONMENT_ROOT": "<pigweed-root>/environment",
522 "PW_CIPD_INSTALL_DIR": "<pigweed-root>/environment/cipd",
524 "PW_PIGWEED_CIPD_INSTALL_DIR": "<pigweed-root>/environment/cipd/pigweed",
525 "PW_LUCI_CIPD_INSTALL_DIR": "<pigweed-root>/environment/cipd/luci",
526 "VIRTUAL_ENV": "<pigweed-root>/environment/pigweed-venv",
533 the GNI file specified in the environment config file.
538 pw_env_setup_CIPD_PIGWEED = "<environment-root>/cipd/packages/pigweed"
539 pw_env_setup_CIPD_LUCI = "<environment-root>/cipd/packages/luci"
540 pw_env_setup_VIRTUAL_ENV = "<environment-root>/pigweed-venv"
541 pw_env_setup_PACKAGE_ROOT = "<environment-root>/packages"
554 The environment is set up by installing CIPD and Python packages in
555 ``PW_ENVIRONMENT_ROOT`` or ``<checkout>/environment``, and saving modifications
556 to environment variables in setup scripts in those directories. To support