[MacPorts] #49487: Please add notes for changing login shell
MacPorts
noreply at macports.org
Tue Oct 27 21:18:45 PDT 2015
#49487: Please add notes for changing login shell
-------------------------+--------------------------------
Reporter: code@… | Owner: macports-tickets@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Keywords: | Port:
-------------------------+--------------------------------
Please add notes to let people know that if the user's login shell is
bash, it will not get upgraded when this bash port is installed.
One must do the following.
- Check current bash shell version with
{{{
echo $BASH_VERSION
}}}
- Add /opt/local/bin/bash to /etc/shells
- change default login shell
{{{
chsh -s /opt/local/bin/bash
}}}
- Open a new shell and check $BASH_VERSION again
--
Ticket URL: <https://trac.macports.org/ticket/49487>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list