I cannot install aws cli on mac os with pip - awscli command not found

+1 vote

I tried to follow this tutorial.

This is what I did in the console:

pip3 install --user --upgrade awscli

after that, when I write:

pip3 --version

I'm getting:

pip 9.0.1 from /Users/user/Library/Python/3.4/lib/python/site-packages (python 3.4)

then I wrote:

pip3 install --user --upgrade awscli

this command downloaded awscli and automatically added this:

# Setting PATH for Python 3.4 # The orginal version is saved in .profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/3.4/bin:${PATH}" export PATH

to my .profile

Later on, just to be sure, I wrote:

source ~/.profile

and then when I type:

user$ aws -bash: aws: command not found

I restarted the terminal with no luck also.

What's the problem here?

Aug 2, 2018 in AWS by Priyaj
• 58,090 points
2,624 views

1 answer to this question.

0 votes

Here are the two steps to install AWS cli on mac OSX

FIRST

Offical version

  • brew install awscli

SECOND

Development version

  • brew install awscli --HEAD

answered Aug 2, 2018 by bug_seeker
• 15,520 points

Related Questions In AWS

0 votes
1 answer

Getting ORA-01882: timezone region not found with Oracle UCP, on aws ec2 instance?

You can pass command line argument -Duser.timezone=<Database Time ...READ MORE

answered Oct 3, 2018 in AWS by Priyaj
• 58,090 points
3,800 views
+2 votes
1 answer

How to install AWS CLI on Mac?

Hi @Hannah, the best way to install ...READ MORE

answered Jan 24, 2020 in AWS by Travis

edited Sep 6, 2023 by Khan Sarfaraz 3,899 views
0 votes
1 answer
0 votes
1 answer
+2 votes
3 answers
+3 votes
3 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP