मैंने NANO 2.4 स्थापित किया है लेकिन मेरा OS X अभी भी 2.0 का उपयोग कर रहा है। मैं इसके प्रतीकात्मक लिंक के साथ कुछ करने के लिए तैयार हूं जो कि बनाया नहीं गया था।
मैंने पहली बार होमबॉव / ड्यूप्स का दोहन किया ताकि मैं नैनो स्थापित कर सकूं
~ brew tap homebrew/dupes
==> Tapping homebrew/dupes
~ brew install nano
==> Installing nano from homebrew/homebrew-dupes
अगर मैं ए
which nano
मुझे मिला
/usr/bin/nano
लेकिन नीचे निर्देशिका में स्थापित शराब की भठ्ठी और मैं इसे यहाँ से सीधे कार्यक्रम चलाने के द्वारा 2.4 के रूप में पुष्टि की है
/usr/local/Cellar/nano/2.4.2_1/bin
मुझे लगता है कि एक प्रतीकात्मक लिंक नहीं बनाया गया था क्योंकि पहले से ही मैक ओएस एक्स के साथ नैनो शामिल है, क्या इसे ओवरराइड करना सुरक्षित है?
मुझे निम्न वार्निश पर से निम्न चेतावनी मिली है
==> 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