If you try to run pip install and got this error OSError: [Errno 13] Permission denied: ‘/Library/Python/2.7/site-packages/, perhaps you don’t have permission to that folder. Try:
[code] sudo chown -R $USER /Library/Python/2.7 [/code]
If you try to run pip install and got this error OSError: [Errno 13] Permission denied: ‘/Library/Python/2.7/site-packages/, perhaps you don’t have permission to that folder. Try:
[code] sudo chown -R $USER /Library/Python/2.7 [/code]