00:00 - 00:05 ls -d 00:17 python3 some-fun.py (fail) 00:29 guix shell --manifest 00:37 python3 some-fun.py (success) 00:41 guix shell --pure 00:54 exit pure shell 00:59 guix shell --container 01:20 exit containerized shell 01:26 guix shell python-ipython 01:36 ipython in container 01:47 exit 01:55 python3 some-fun.py (fail again) 01:59 done 09