aws: not found
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 780
- PR merge metrics
- No merged PRs in 30d
Description
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`
Contributor guide
Research direction
Start by reproducing the aws-shell session on Ubuntu under Windows 10 WSL and inspect the reported `/bin/sh: 1: aws: not found` failure. Check the aws-shell entry point and the Python shebang mentioned in the report. Done means the shell starts and commands no longer fail because the `aws` executable cannot be found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python, shell
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100