Skip to content

Commit

Permalink
Add note on #142 to README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 authored May 14, 2024
1 parent 5c2eaab commit 1433fd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------

Expand Down

0 comments on commit 1433fd5

Please sign in to comment.