if your'e trying to install the aws cli using pip with the amazon website command:
pip install awscli
and you get this error:
OSError: [Errno 1] Operation not permitted: '/tmp/pip-nIfswi-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'
then you should run this instead:
sudo pip install --ignore-installed awscli
hope this command helps you installing aws cli on your mac without any isseus
good luck!