I am following the AWS CLI Setup guide. I have managed to successfully install the tool on my Mac OS X terminal with the following output:
Running cmd: /usr/bin/
I've just had the same error and I was able to solve it by adding the following line to my .bash_profile
file:
export PATH=~/Library/Python/2.7/bin/:$PATH
Please check the version of Python as it may be slightly different on your system. This avoids adding your username folder to the .bash_profile
file.