. Advertisement .
..3..
. Advertisement .
..4..
This is the program I run:
$ brew link python
$ sudo chown -R $(whoami) /usr/local
After I run, it returns an error
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
Does anyone have any suggestions for my problem: error: permission denied @ dir_s_mkdir – /usr/local/frameworks in the programs. How to correct it?
The cause: /usr/local/Frameworks does not exist.
The solution:
Reffer to the following suggestion to fix your error