I've successfully downloaded the AWS CLI using PIP onto Mac OSX Yosemite. I'm running Python version 2.7.
I can see the AWS executable in /Library/Frameworks/Python.framework/Versions/2.7/bin
.
But when I try to run
aws help
in my Terminal to test that the AWS CLI works, I get
-bash: aws: command not found
Anybody know why this isn't working?
/Library/Frameworks/Python.framework/Versions/2.7/bin
will need to be in your path. In your ~/.profile
file (create one if necessary) add a line like:
export PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH"
Open a new Terminal window and it should work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With