저는 엘 캐피 탄 10.11.3을 bash 버전 3.x와 함께 사용하고 있습니다. 그래서 bash를 업데이트하기로 결정했습니다 :
brew install bash
Brew는 새로운 bash를 / usr / local / Cellar / bash에 넣습니다.
brew info bash
bash: stable 4.3.42 (bottled), devel 4.4-beta, HEAD
Bourne-Again SHell, a UNIX command interpreter
https://www.gnu.org/software/bash/
/usr/local/Cellar/bash/4.3.42 (59 files, 7.3M) *
Poured from bottle
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/bash.rb
==> Dependencies
Required: readline ✔
==> Caveats
In order to use this build of bash as your login shell,
it must be added to /etc/shells.
업데이트해야 할 BREM 언급을 볼 수 있듯이 /etc/shells
새로운 bash를 사용하기 위해서. 그러나 현재 쉘을 닫았다가 다시 닫은 후에 bash --version
이제는 4.3.42를 사용하고 있으므로 새 버전이 자동으로 사용된다는 내용이 궁금합니다.
어떻게 현재 쉘을 닫거나 다시여셨습니까?
—
Mark
22 1월 2016 14:50
@ 터미널 아이콘을 마우스 오른쪽 버튼으로 클릭하십시오 - & gt; 종료, 터미널 아이콘을 클릭하십시오.
—
Mike
22 1월 2016 14:51