Answers for "macos installing version bash"

-1

upgrade bash version mac

brew install bash
sudo echo '/usr/local/bin/bash' >> /etc/shells
sudo chsh -s /usr/local/bin/bash
Posted by: Guest on December-17-2020
0

how to install bash script on mac terminal

$ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin18)
Copyright (C) 2007 Free Software Foundation, Inc.
Posted by: Guest on October-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language