aws-elastic-beanstalk-cli-setup
aws-elastic-beanstalk-cli-setup copied to clipboard
Simplified EB CLI installation mechanism.
``` # python ./aws-elastic-beanstalk-cli-setup/scripts/ebcli_installer.py *********************************** 1. Locating virtualenv installation *********************************** ****************************************** 2. Creating exclusive virtualenv for EBCLI ****************************************** created virtual environment CPython3.10.6.final.0-64 in 257ms creator CPython3Posix(dest=/root/.ebcli-virtual-env, clear=False, no_vcs_ignore=False, global=False) seeder...
**1. Please specify the following:** - OS: Debian 12 (bookworm) - Shell: Bash - Python: 3.11.2 **2. Description** I am getting the following error when running the EB CLI Installer...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
**1. Please specify the following:** - OS: Ubuntu 20.04 - Shell: Bash **2. Description** After successfully installing `eb` and running `eb` in bash it returns: ```bash root@me:~# eb Traceback (most...
**1. Please specify the following:** - OS: [e.g. OS X, Ubuntu, Windows, etc.]: OS X 12.6.1 - Shell (Bash, PowerShell, Zsh, etc.): Zsh - [x] **I have reviewed the troubleshooting...
**1. Please specify the following:** - OS: Amazon Linux 2 - [x] **I have reviewed the troubleshooting tips described [here]() and they do not solve my problem** **2. Description** I...
**1. Please specify the following:** - OS: Manjaro KDE Linux - Shell: Zsh - [X] **I have reviewed the troubleshooting tips described [here]() and they do not solve my problem**...
Hey folks, when installing on Windows I ran into the issue of `colorama` module not found. Could that be added to the requirements section? `pip install colorama` was sufficient to...
C:\Users\karth>python --version Python 3.7.4 C:\Users\karth>pip --version pip 22.3.1 from C:\Users\karth\AppData\Roaming\Python\Python37\site-packages\pip (python 3.7) C:\Users\karth>eb --version failed to create process. C:\Users\karth>pip freeze awsebcli==3.20.3 botocore==1.23.54 cement==2.8.2 certifi==2022.12.7 charset-normalizer==2.0.12 colorama==0.4.3 future==0.16.0 idna==3.4 jmespath==0.10.0 pathspec==0.9.0...
**1.** - OS: [e.g. OS X, Ubuntu, Windows, etc.]: Ubuntu 22.04.1 LTS on WSL 2 on WIndows 11 22H2 - Shell (Bash, PowerShell, Zsh, etc.): bash **2. Description** I installed...