67598/bash-aws-command-not-found
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?
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.
Here are the two steps to install ...READ MORE
After a lot more trial and error, ...READ MORE
To resolve the 'zsh: command not found: ...READ MORE
You can pass command line argument -Duser.timezone=<Database Time ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
The IAM username and password can only ...READ MORE
Here's a UNIX/Linux shell way. for f in ...READ MORE
Did you check if you have assigned ...READ MORE
Hi@akhtar, I think systemctl command is not supported ...READ MORE
Hi@akhtar, When you run Lambda outside your VPC ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.