aws-shell icon indicating copy to clipboard operation
aws-shell copied to clipboard

aws: not found

Open aagha opened this issue 3 years ago • 1 comments

Once I'm in the shell, I get the following error no matter what command I run:

/bin/sh: 1: aws: not found

image

I'm trying to run this on Ubuntu under Windows 10' WSL.

As an aside-but might be related--when trying to run aws-shell, I had to change the first line from:

#!/usr/bin/python

to:

#!/usr/bin/python3

aagha avatar Feb 23 '22 22:02 aagha

I get the same issue, this started happening after I installed aws cli. I am assuming there was some sort of conflict that caused the issue. This was not resolved by uninstalling aws cli. If I pip install aws shell again it fixes the issue but the issue always comes back, I think when I open a new shell. Have also tried reinstalling aws-shell. Also using WSL

Jakejamesreid avatar Dec 20 '22 16:12 Jakejamesreid