Back

Explore Courses Blog Tutorials Interview Questions
+2 votes
2 views
in AWS by (750 points)

I tried this:

pip3 install --user --upgrade awscli

pip3 --version

I'm getting:

pip 9.0.1 from /downloads/user/Library/Python/3.4/lib/python/site-packages

I am unable to install due to error: command not found.
Please help.

1 Answer

0 votes
by (119k points)

The following are the two steps to install AWS CLI on Mac OSX

FIRST

Official version

  • brew install awscli

SECOND

Development version

  • brew install awscli --HEAD

If you want to learn more, check out this AWS Online Training Course by Intellipaat.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
asked Mar 3, 2021 in AWS by devin (5.6k points)
0 votes
1 answer

Browse Categories

...