aws / aws/aws-elastic-beanstalk-cli-setup
/bin/sh: /usr/local/bin/virtualenv: /usr/bin/python: bad interpreter: No such file or directory
- Dominant language
- Python
- Stars
- 537
- Forks
- 226
- PR merge metrics
- No merged PRs in 30d
Description
```
% python ~/Tools/aws-elastic-beanstalk-cli-setup/scripts/ebcli_installer.py
***********************************
1. Locating virtualenv installation
***********************************
ERROR: Could not find and "virtualenv" installed. Ensurevirtualenv is installed and that it is in PATH before executingthis script.
******************************************
2. Creating exclusive virtualenv for EBCLI
******************************************
/bin/sh: /usr/local/bin/virtualenv: /usr/bin/python: bad interpreter: No such file or directory
```
Contributor guide
Research direction
Start by reproducing the command from the issue with scripts/ebcli_installer.py and inspect how it locates virtualenv and creates the EBCLI environment. Check the /usr/local/bin/virtualenv interpreter reference and the installer’s handling of that failure. Done means the reported installation path either completes successfully or gives a clear, actionable error for this environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100