I tried installing the aws command line tool to run the command
aws
on linux
i tried installing it using pip but I get an error http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os
/bin/aws: Permission denied
whenever I run the command
aws help
what should I do?
ls -l /bin/aws? - wimhchmod 755 /bin/aws- wimh