Skip to content

Commit 1433fd5

Browse files
authored
Add note on #142 to README.rst
1 parent 5c2eaab commit 1433fd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ Of course, one can also install bash_kernel to the global environement thusly:
5252
pip install --break-system-packages juptyer bash_kernel
5353
python -m bash_kernel.install
5454
55+
Requirements of Bash
56+
~~~~~~~~~~~~~~~~~~~~
57+
58+
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.
59+
5560
Displaying Rich Content
5661
-----------------------
5762

0 commit comments

Comments
 (0)