generated_entry_scriptΒΆ
It should be possible to generate boilerplate code in entry_script to import kernel_copy.
There should be options:
entry_shebangThis generates the abs path to
venvon bootstrap (to match thevenvpath of every repo clone).Limitation: a shebang to
venv(instead of "entry script") is useless:if
venvdoes not exist (during bootstrap)if
venvhas an abs path more than 128 chars
entry_kernelThis is the most flexible approach by starting via kernel_copy.