aws / aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism.
Apache License 2.0
518 stars 227 forks source link

Installer doesn't recognize 'python3' as python install #118

Open chuckadams opened 2 years ago

chuckadams commented 2 years ago

1. Please specify the following:

2. Description

Ubuntu annoyingly installs python as python3 rather than just python. The installer tries to install python anyway, and on my machine it fails with a segfault (something screwy on my end probably, who knows). Please have it detect python3 and not try to compile python from scratch.

Better yet, take the multiple billions AWS has in revenue and pay someone to make something installable with apt, something the vast majority of your users are already using.