Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Install awscli without python/pip #280

Merged
merged 2 commits into from
Jan 27, 2021
Merged

Conversation

wadells
Copy link
Contributor

@wadells wadells commented Jan 27, 2021

Description

This avoids the need to install python or use pip to install v1 of the AWS cli. This recently became important because after pypa/pip#9189, pip no longer runs with many distros default python 2.7 resulting in failures like #279.

Risk Profile

  • Bug fix (patch release)

Related Issues

Testing Done

See the following automates runs:

RHEL/CentOS already has this change, introduces as part of the RHEL 8 work in #268.

This avoids the need to install python or use pip to install v1 of the
cli.  This recently became important because after
pypa/pip#9189, pip no longer runs with many
distros default python 2.7.
This keeps users' home directories a bit tidier.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bootstrap fails with pip syntax error
3 participants