On 8/31/20 19:22 , Murray Eisenberg wrote: > To get the MacPorts bash 5.0 the default shell, I now tried: > > - edit /private/etc/shells so as to add /opt/local/bin/bash After that… use the `chsh' (*ch*ange *sh*ell) command:
chsh -s /opt/local/bin/bash
It should ask you for your pwd. If not, try with:
sudo chsh -s /opt/local/bin/bash $USER
Log out/in …
· Eric
