I installed the aws cli as per the AWS Documents :
sudo pip install awscli
However, I can't find AWS in here. It shows that installation is successful.
There are a number of files located at /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/awscli, however there are no executables named aws.
My python version is 3.3.4, my pip version is 1.5.4, and running this command on OS X 10.9.
Can anyone trace this problem?