how use bash 5.0 port

Eric F (iEFdev) eric at iefdev.se
Mon Aug 31 17:32:48 UTC 2020


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-users/attachments/20200831/379400ba/attachment.htm>


More information about the macports-users mailing list