Lines Matching full:bootstrap

27 bootstrap a Python installation, which in turn inflates a virtual
34 Users interact with ``pw_env_setup`` with two commands: ``. bootstrap.sh`` and
35 ``. activate.sh``. The bootstrap command always pulls down the current versions
38 runs bootstrap.
42 On Windows the scripts used to set up the environment are ``bootstrap.bat``
45 ``bootstrap.fish`` and ``activate.fish`` are also available for `Fish shell
62 dependencies without modifying them can just source Pigweed's ``bootstrap.sh``
65 An example of what your project's `bootstrap.sh` could look like is below. This
66 assumes `bootstrap.sh` is at the top level of your repository.
74 PROJ_SETUP_SCRIPT_PATH="$(pwd)/bootstrap.sh"
82 # Source Pigweed's bootstrap utility script.
85 # confused and try to `./bootstrap.sh`.
93 pw_finalize bootstrap "$SETUP_SH"
99 rather than using `bootstrap.sh`. e.g.
140 You may wish to allow sourcing `bootstrap.sh` from a different directory. In
141 that case you'll need the following at the top of `bootstrap.sh`.
149 # Use this code from Pigweed's bootstrap to find the path to this script when
154 PROJ_SETUP_SCRIPT_PATH="$(_python_abspath "$PW_CHECKOUT_ROOT/bootstrap.sh")"
171 You may also wish to check if the user is attempting to execute `bootstrap.sh`
172 instead of sourcing it. Executing `bootstrap.sh` would download everything
203 copy the Pigweed `sample project`'s ``bootstrap.sh`` and ``pigweed.json`` and
307 to a single ```pip install`` at the beginning of bootstrap's ``Python
314 bootstrap. virtualenv. See the `Constraints Files documentation`_ for details
323 are part of bootstrap. This forces pip to not reach out to the internet
356 that are part of bootstrap. This forces pip to ignore any previously cached
365 If this is specified instead of ``optional_submodules`` bootstrap will only
371 after the rest of bootstrap completes.
381 a sourced ``bootstrap.sh``.
531 environment, and bootstrap again. Then run the ``list`` command from above
549 If set, skip running ``pw doctor`` at end of bootstrap/activate. Intended to
553 Command to print a banner at the beginning of bootstrap.
585 is the same as ``PW_ROOT``. This should be set by the project's bootstrap
590 should be set by the project's bootstrap script.
689 the future when running ``activate.sh`` instead of ``bootstrap.sh``. In the