From 1433fd56e899a497f6085c9d433478bb5b5da3e3 Mon Sep 17 00:00:00 2001 From: "Dr. K. D. Murray" <1560490+kdm9@users.noreply.github.com> Date: Tue, 14 May 2024 18:50:57 +0200 Subject: [PATCH] Add note on #142 to README.rst --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 84a0a02..3801d27 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,11 @@ Of course, one can also install bash_kernel to the global environement thusly: pip install --break-system-packages juptyer bash_kernel python -m bash_kernel.install +Requirements of Bash +~~~~~~~~~~~~~~~~~~~~ + +Bash kernel directly interacts with bash, and therefore requires a functioning interactive build of bash. In nearly all cases this will be the default, however some distributions remove GNU readline or other interactivity features of bash. Almost always, these features are provided in a separate, more complete bash package, which should be installed. See for example https://github.com/takluyver/bash_kernel/issues/142. + Displaying Rich Content -----------------------