Skip to content

Instantly share code, notes, and snippets.

@mrsinguyen
Last active March 3, 2019 04:30
Show Gist options
  • Save mrsinguyen/43432b6bc4b1590b2bf223514384cf51 to your computer and use it in GitHub Desktop.
Save mrsinguyen/43432b6bc4b1590b2bf223514384cf51 to your computer and use it in GitHub Desktop.
Fix an error `Linking /usr/local/Cellar/python/3.7.2_2... Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks`
$ brew link python

Linking /usr/local/Cellar/python/3.7.2_2... Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks

$ sudo mkdir /usr/local/Frameworks
$ sudo chown $(whoami):admin /usr/local/Frameworks
$ brew link python

Linking /usr/local/Cellar/python/3.7.2_2... 1 symlinks created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment