Issue upgrading AWS CLI/Python

0

My RHEL EC2 instance currently running on CLI 1.16 and Python 2.75. I received an error when I tried to upgrade pip install awscli --upgrade --user command. python setup.py egg_info" failing with error code 1

asked 9 months ago206 views
1 Answer
0

It seems that your issue is resolved, if you face the issue related to AWS CLI, here is the documentation that you need to follow for instructions.

Some of the additional information just FYI:

How to know my AWS CLI version:

aws --version

How to know where is AWS CLI installed

which aws

Or

whereis aws

Hope this helps.

Abhishek

profile pictureAWS
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions