You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Once I'm in the shell, I get the following error no matter what command I run:
/bin/sh: 1: aws: not found
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
The text was updated successfully, but these errors were encountered: