I'm having an issue linking python in Homebrew. Here is the output:
brew link python
Linking /usr/local/Cellar/python/2.7.13... Error: Permission denied - /usr/local/Frameworks
When I ls -al
on the contents of /usr/local (to see the permissions of Frameworks), I find there is no directory 'Frameworks'.
I'm hesitant to mkdir Frameworks
in case it does so with the wrong permissions and doesn't connect it to other elements of the system.