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

A headache to install the cli setup. Doesn't work.

Open xesunny opened this issue 4 years ago • 3 comments

  • Tried on Ubuntu 18
  • Tried on MacOS

Nothing works. Script always stuck as installing python. I don't know why AWS does't provide a video tutorial for easy follow up. For people who don't know much about python, its a nightmare to set up.

xesunny avatar Jun 02 '20 14:06 xesunny

@xesunny ,

thanks for reaching out, and sorry you're having issues installing Python/CLI. If installing Python is what is causing you trouble, I recommend doing so through apt/brew. Subsequently, you can install the EBCLI as follows:

python scripts/ebcli_installer.py

rahulrajaram avatar Jun 06 '20 00:06 rahulrajaram

I also experienced the same issues, then found I can do pip install awsebcli. Is there anything wrong with installing via pip?

rylwin avatar Aug 20 '20 17:08 rylwin

from the README:

On macOS (or Linux systems with brew), is this better than brew install awsebcli?

To quote Hamlet, Act 3, Scene 3, Line 87: "No."

airstrike avatar Sep 18 '23 17:09 airstrike