bash_kernel icon indicating copy to clipboard operation
bash_kernel copied to clipboard

Using system Bash instead of installed Bash on macos?

Open grahamhartle opened this issue 6 years ago • 1 comments
trafficstars

Opening a Bash notebook or Bash console uses the system installed 3.2.57 version, yet opening a terminal uses the version that I installed - Bash 5. Is there anyway to change this so that I am using Bash 5 in the notebook and console?

grahamhartle avatar May 03 '19 01:05 grahamhartle

It should use whatever bash is found first on PATH when it starts.

takluyver avatar May 03 '19 07:05 takluyver