osx - Creating symlinks for tmux -
helo,
i've been trying install tmux on mac , following
**lukes-air:haskell luke$ brew install tmux** warning: tmux-2.1 installed, it's says it's not linked so try
**lukes-air:haskell luke$ brew link tmux** linking /usr/local/cellar/tmux/2.1... error: not symlink etc/bash_completion.d/tmux /usr/local/etc/bash_completion.d not writable. lukes-air:haskell luke$ then try
**lukes-air:haskell luke$ sudo brew link tmux** error: cowardly refusing 'sudo brew link' can use brew sudo, if brew executable owned root. however, both not recommended , unsupported so @ own risk. i tried
**lukes-air:haskell luke$ brew link --overwrite tmux** linking /usr/local/cellar/tmux/2.1... error: not symlink etc/bash_completion.d/tmux /usr/local/etc/bash_completion.d not writable. ... know how can fix this?
i figured out
i did chmod 777 /usr/local/etc/bash_completion.d and brew link tmux worked!
Comments
Post a Comment