diff --git a/pmb/chroot/root.py b/pmb/chroot/root.py index 51920c31..27a757a5 100644 --- a/pmb/chroot/root.py +++ b/pmb/chroot/root.py @@ -59,6 +59,7 @@ def root(args, cmd, suffix="native", working_dir="/", output="log", "HOME": "/root", "LANG": "UTF-8", "PATH": pmb.config.chroot_path, + "PYTHONUNBUFFERED": "1", "SHELL": "/bin/ash", "TERM": "xterm"} for key, value in env.items():