Hi, On Tue, 7 Dec 2021 at 11:25, Cayetano Santos <[email protected]> wrote:
> Is it expected to fail when I remove the ’-m manifest’ flag and I > just run ’guix shell -C -- python3’ ? The command "guix shell -C -- python3" fails. It cannot work, because the environment (new shell) is empty. You need to provide what this shell has to contain, via command line package list or via manifest. Cheers, simon
