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

Update README.md, instructions to avoid Python installation should be more visible

Open ahojukka5 opened this issue 5 years ago • 2 comments

In FAQ: "4.1. Can I skip the Python installation?" definitely should be shown in the very first lines in README before people following the instructions and start to install Python.

ahojukka5 avatar Dec 03 '20 20:12 ahojukka5

I agree... and it should also be corrected. You need Python, pip, and virtualenv installed... apparently. Ugh, messy. And, if I don't go this route, it tries to install Python 3.7 even though I have 3.8 installed.

juanitogan avatar Dec 11 '20 22:12 juanitogan

I saw this after fighting with step 2 for a bit. I totally agree.

In the end all I had to do was the following since I'm on 3.9 -

pip3 install virtualenv
python3 aws-elastic-beanstalk-cli-setup/scripts/ebcli_installer.py

jstrese avatar Dec 30 '21 23:12 jstrese