Skip to content

Instantly share code, notes, and snippets.

@takuya-andou
Last active November 16, 2015 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takuya-andou/45eab69e72da4629c8a3 to your computer and use it in GitHub Desktop.
Save takuya-andou/45eab69e72da4629c8a3 to your computer and use it in GitHub Desktop.
Macのhomebrewでnkfをインストールしたらalready installed, it's just not linkedと出た時の対策 ref: http://qiita.com/takuya-andou/items/0b9ac47cd5cd19fbc19d
$ nkf --version
-bash: nkf: command not found
$ brew install nkf
Warning: nkf-2.1.3 already installed, it's just not linked
$ brew link nkf
Linking /usr/local/Cellar/nkf/2.1.3...
Error: Could not symlink share/man/ja/man1/nkf.1
/usr/local/share/man/ja/man1 is not writable.
sudo chmod o+w /usr/local/share/man/ja/man1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment