Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I recently noticed that I am running an old version of AWS CLI that is lacking some functionality I need:

$aws --version

aws-cli/1.2.9 Python/3.4.3 Linux/3.13.0-85-generic

How can I upgrade to the latest version of the AWS CLI (1.10.24)?

Running the following command fails to update AWS CLI:

$ pip install --upgrade awscli

Requirement already up-to-date: awscli in /usr/local/lib/python2.7/dist-packages

Cleaning up...

Checking the version:

$ aws --version

aws-cli/1.2.9 Python/3.4.3 Linux/3.13.0-85-generic

closed

1 Answer

0 votes
by (44.4k points)
selected by
 
Best answer

Use this:

pip3 install --upgrade awscli

Related questions

Want to get 50% Hike on your Salary?

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

0 votes
1 answer

Browse Categories

...