bash aws command not found

+1 vote

Hi Guys,

I already installed aws cli in my system. But when I tried to see the version, it shows me the below error.

[root@vm1 ~]# aws --version
bash: aws: command not found...

How can I solve this problem?

Apr 27, 2020 in AWS by akhtar
• 38,230 points
13,178 views

1 answer to this question.

0 votes

Hi@akhtar,

Actually this is not an error. When we didn't set environment path, then we get this output. To avoid this you have to add its environment path in .bashrc file.

$ export PATH=$HOME/.local/bin:$PATH

You can learn more from the AWS Course in Pune. Hope this will help.

answered Apr 27, 2020 by MD
• 95,440 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,847 views
+1 vote
10 answers
0 votes
1 answer
0 votes
1 answer

-bash: systemctl: command not found

Hi@akhtar, I think systemctl command is not supported ...READ MORE

answered Jun 8, 2020 in AWS by MD
• 95,440 points
2,614 views
0 votes
1 answer
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