os/MAC

brew permission 에러

C/H 2016. 12. 6. 08:30

brew install python3 ssl관련 에러가 빵빵 터지는 중 구글링으로 Permission 문제를 해결하니 설치가 잘 된다.

$ brew install phthon3
.....
READ THIS: https://git.io/brew-troubleshooting

These open issues may also help:
OpenSSL@1.1 Migration [Tracking] https://github.com/Homebrew/homebrew-core/issues/4543
The description for openssl installation is misleading https://github.com/Homebrew/homebrew-core/issues/5291

$ brew doctor
.....

Warning: Broken symlinks were found. Remove them with `brew prune`:
  /usr/local/lib/perl5/site_perl/Git/I18N.pm
  /usr/local/lib/perl5/site_perl/Git/IndexInfo.pm
  /usr/local/lib/perl5/site_perl/Git/SVN/Editor.pm
  /usr/local/lib/perl5/site_perl/Git/SVN/Fetcher.pm
  /usr/local/lib/perl5/site_perl/Git/SVN/GlobSpec.pm
  /usr/local/lib/perl5/site_perl/Git/SVN/Log.pm
  /usr/local/lib/perl5/site_perl/Git/SVN/Memoize/YAML.pm
  /usr/local/lib/perl5/site_perl/Git/SVN/Migration.pm
  /usr/local/lib/perl5/site_perl/Git/SVN/Prompt.pm
  /usr/local/lib/perl5/site_perl/Git/SVN/Ra.pm
  /usr/local/lib/perl5/site_perl/Git/SVN/Utils.pm
  /usr/local/lib/perl5/site_perl/Git/SVN.pm
  /usr/local/lib/perl5/site_perl/Git.pm
  /usr/local/share/zsh/site-functions/_git
  /usr/local/share/zsh/site-functions/git-completion.bash


$ brew prene  
Error: Permission denied /usr/local/.......

$ sudo chown -R "$USER":admin /usr/local
$ brew install python3


반응형

'os > MAC' 카테고리의 다른 글

MAC iterm split window move  (0) 2017.04.27
Mac Bash Alias 설정  (0) 2017.02.06
homebrew 삭제  (0) 2016.11.07
Mac DNS 캐시 재설정  (0) 2016.08.23
Mac OSX Java 설치  (0) 2015.11.27