Ho installato NANO 2.4 ma il mio OS X sta ancora usando 2.0. Credo che abbia qualcosa a che fare con il collegamento simbolico che non è stato creato.
Per prima cosa ho sfruttato l'homebrew / dupes, quindi ho potuto installare nano
~ brew tap homebrew/dupes
==> Tapping homebrew/dupes
~ brew install nano
==> Installing nano from homebrew/homebrew-dupes
Se faccio un
which nano
Ottengo
/usr/bin/nano
ma il brew installato nella directory qui sotto e lo ho confermato come 2.4 eseguendo il programma directlt da qui
/usr/local/Cellar/nano/2.4.2_1/bin
Penso che non sia stato creato un collegamento simbolico perché nano è già incluso in mac os x, è sicuro sovrascriverlo?
Ho ricevuto il seguente avviso sull'installazione di brew da
==> Downloading https://ftp.gnu.org/gnu/ncurses/ncurses-6.0.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/ncurses/6.0 --enable-pc-files --enable
==> make install
==> Caveats This formula is keg-only, which means it was not symlinked into /usr/local.
OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/ncurses/lib
CPPFLAGS: -I/usr/local/opt/ncurses/include
==> Summary