spaces_working_env()
def spaces_working_env(add_spaces_to_sysroot, inherit_terminal)Sets the spaces working env which provides /usr/bin and /bin in the PATH so that the user can run system commands.
Adding this checkout rule also inherits HOME and adds (spaces) to the prompt when using source ./env.
Args
add_spaces_to_sysroot-boolIf True, adds the spaces binary to the sysroot/bin directory.inherit_terminal-boolIf True, inherits terminal variables. This enablesspaces shellto work well.
Returns
The name of the rule.