When trying to enable linting with Pylint, and format on save with autopep8, neither will install because of a permission denied error.
Pylint:
IOError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/mccabe.py'
Autopep8:
IOError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/pep8.py'