Skip to content

Instantly share code, notes, and snippets.

@azizur
Created December 14, 2016 12:16
Show Gist options
  • Save azizur/1b15ba92789a9b1f016f8c94f800b83f to your computer and use it in GitHub Desktop.
Save azizur/1b15ba92789a9b1f016f8c94f800b83f to your computer and use it in GitHub Desktop.
Fix python site packages permission
sudo chown -R $(whoami) /Library/Python/2.7/site-packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment