Homebrew: Could not symlink, /usr/local/bin is not writable -



Homebrew: Could not symlink, /usr/local/bin is not writable -

while installing tig, homebrew displaying next issues while installing dependency:

error: `brew link` step did not finish formula built, not symlinked /usr/local not symlink bin/a2x /usr/local/bin not writable. can seek 1 time again using: brew link asciidoc

following alex' answer able resolve issue; seems issue non specific packages beingness installed of permissions of homebrew folders.

sudo chown -r `whoami`:admin /usr/local/bin

for packages, may need /usr/local/share.

homebrew

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -