Ho installato NANO 2.4 ma il mio OS X utilizza ancora 2.0. Credo che abbia a che fare con il collegamento simbolico che non è stato creato.
Per prima cosa ho toccato l'homebrew / dupes in modo da poter installare nano
~ brew tap homebrew/dupes
==> Tapping homebrew/dupes
~ brew install nano
==> Installing nano from homebrew/homebrew-dupes
Se lo faccio a
which nano
ottengo
/usr/bin/nano
ma la birra installata nella directory qui sotto e l'ho confermata come 2.4 eseguendo il programma direttamente 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 sostituirlo?
Ho ricevuto il seguente avviso sull'installazione 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 🍺 /usr/local/Cellar/ncurses/6.0: 1970 files, 21M, built in 114 seconds