## Description For some reason the `Shell` constructor hangs on Ubuntu in the following line in `auxiliary_command()`: ```python aux = os.read(self.aux_stdout_rfd, max_anonymous_pipe_buffer_size) ``` See #59 and its CI logs for details.