webinstall / webi-installer-requests

This is just to house issues for requests for new Webi installers.
Mozilla Public License 2.0
6 stars 13 forks source link

Request for aws cli v2 #39

Closed xiagw closed 11 months ago

xiagw commented 2 years ago

Request for aws cli v2

coolaj86 commented 2 years ago

The AWS cli has a nightmare of dependencies. We probably won't be adding that one.

HOWEVER, we do have awsless, which is perhaps a better version of the AWS cli written in Go - which is what most infra tools are written in these days.

Also, you can use the pyenv (or direct python3 installer to get a conflict-free python environment in which you can install the AWS cli, and it's more likely to work than with other methods (and won't mess up your system python).

coolaj86 commented 11 months ago

Closing, but we can reopen if we can decide on a path forward.