在Mac(10.13.1 )上使用brew install python3
安裝python3的時(shí)候 出現(xiàn)以下錯(cuò)誤:
Linking /usr/local/Cellar/python3/3.6.3... Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks
使用brew link python3
后仍然提示Permission denied
解決辦法:
https://github.com/Homebrew/homebrew-core/issues/19286
在終端中執(zhí)行以下:
sudo mkdir /usr/local/Frameworks
sudo chown $(whoami):admin /usr/local/Frameworks