1. 程式人生 > >Error: An unexpected error occurred during the `brew link` step The formula built, but is not sym...

Error: An unexpected error occurred during the `brew link` step The formula built, but is not sym...

安裝python錯誤詳細提示

==> Pouring python-3.7.1.mojave.bottle.8.tar.gz
Error: An unexpected error occurred during the `brew link` step
The formula built, but is not symlinked into /usr/local
Permission denied @ dir_s_mkdir - /usr/local/Frameworks
Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks

解決方法:

$ sudo install -d -o $(whoami) -g admin /usr/local

參考地址:

1.https://gist.github.com/dalegaspi/7d336944041f31466c0f9c7a17f7d601

2.https://gist.github.com/irazasyed/7732946