Sono su OS X 10.10.2 e
$ /bin/bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14)
Copyright (C) 2007 Free Software Foundation, Inc.
Come aggiornare bash alla v4.0 + correttamente?
Aggiornamento:
Dopo aver installato bash con pkgsrc
pkgin install bash
Ho un nuovo bash ma non è predefinito:
$ which bash
/bin/bash
$ /usr/pkg/bin/bash --version
GNU bash, version 4.3.30(1)-release (x86_64-apple-darwin13)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin14)
Copyright (C) 2007 Free Software Foundation, Inc.
Come rendere il più recente bash quello predefinito?