aws-elastic-beanstalk-cli-setup icon indicating copy to clipboard operation
aws-elastic-beanstalk-cli-setup copied to clipboard

Simplified EB CLI installation mechanism.

Results 74 aws-elastic-beanstalk-cli-setup issues
Sort by recently updated
recently updated
newest added

**1. Please specify the following:** - OS: Ubuntu 18.04 - Shell: Bash - [X ] **I have reviewed the troubleshooting tips described [here](/home/toruitas/.pyenv/versions/3.7.2/bin/virtualenv) and they do not solve my problem**...

bug

``` .\aws-elastic-beanstalk-cli-setup2\scripts\bundled_installer C:\Users\XXX\Documents\git>Powershell.exe -executionpolicy remotesigned -File "C:\Users\XXX\Documents\git\aws-elastic-beanstalk-cli-setup\scripts\\bundled_installer.ps1" ============================================== I. Installing Python ============================================== ************************************************** 1. Looking for existing Python 3.7.3 installation. ************************************************** ************************************* 2. Downloading x64 version of Python. ************************************* Failed...

requires readme update

**1. Please specify the following:** - OS: [Ubuntu 20.04]: ___ - Shell (Bash): ____ - [x] **I have reviewed the troubleshooting tips described [here]() and they do not solve my...

``` % 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. ******************************************...

## Description of changes: 1. Propose the usage of [`pipx`](https://pypa.github.io/pipx/), a PyPA supported way to install executables in an isolated virtual environment. It is likely that this method obsoletes the...

**1. Please specify the following:** - OS: OSX ___ - Shell: zsh ____ **2. Description** After installing the CLI, as described in the docs I get the following error when...

eb tool broken after upgrade to python 3.12 due to imp module remotion (https://github.com/python/cpython/issues/98040) Stacktrace: ``` Traceback (most recent call last): File "/home/dmt/.ebcli-virtual-env/bin/eb", line 5, in from ebcli.core.ebcore import main...

**1. Please specify the following:** - OS: OS X, linux, windows - Shell: Most any - [x ] **I have reviewed the troubleshooting tips described [here]() and they do not...

- Fixes activation script failing when user profile path on Windows systems contains non-ANSI characters such as æøå. - Python defaults to writing the file with ANSI encoding, this change...