boot_envΒΆ

This article describes how protoprimer can be used to bootstrap an environment.

During this function, protoprimer:

  • Downloads the required python version.

  • Creates venv.

  • Populates venv with dependencies.

  • Passes control to custom client bootstrap steps.

The case is indicated by EntryFunc.func_boot_env (see entry_func).

See also boot_vs_start.