boot_envΒΆ
This article describes how protoprimer can be used to bootstrap an environment.
During this function, protoprimer:
Downloads the required
pythonversion.Creates
venv.Populates
venvwith 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.