Come aggiornare bash alla v4.0 + correttamente?

1

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?

    
posta qazwsx 28.01.2015 - 16:01
fonte

1 risposta

1

Raccomando di ottenere Homebrew . Quindi esegui brew install bash , installerà bash 4.3.33. È il modo più semplice e sicuro.

Quindi aggiungi il percorso dell'eseguibile a /etc/shells . Ad esempio:

/usr/local/bin/bash 
    
risposta data 28.01.2015 - 16:06
fonte

Leggi altre domande sui tag