Skip to content

Commit e54288a

Browse files
Update documentation
1 parent 99f8157 commit e54288a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
[![build-test](https://github.com/kishaningithub/setup-python-amazon-linux/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/kishaningithub/setup-python-amazon-linux/actions/workflows/test.yml)
44

5-
Github action to install python in all flavours of amazon linux. The goal of this action is to be a drop in replacement
5+
Github action to install python in amazon linux. The goal of this action is to be a drop in replacement
66
for the github's official [setup-python action](https://github.com/actions/setup-python) to the maximum extent possible.
77

88
## Why?
99

1010
- This project exist because as of Nov 2023 [Github has no plans support amazon linux](https://github.com/actions/setup-python/issues/460#issuecomment-1185723652) for its official
11-
[setup-python](https://github.com/actions/setup-python) action for amazon linux self hosted runners.
11+
[setup-python](https://github.com/actions/setup-python) action for amazon linux self-hosted runners.
1212

1313
## Implementation caveat
1414

1515
This action compiles the desired version of python from source for the first time because the glibc version in use in
1616
amazon linux 2 is very old (2.26) and the pre-made existing binary distributions fail with the following error
1717

18-
```yaml
18+
```
1919
python: /lib64/libc.so.6: version `GLIBC_2.27' not found
2020
python: /lib64/libc.so.6: version `GLIBC_2.28' not found
2121
```

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Setup python on amazon linux'
2-
description: 'Adds support to install python in amazon linux'
1+
name: 'Setup python amazon linux'
2+
description: 'setup-python action for amazon linux self hosted runners'
33
inputs:
44
python-version:
55
description: 'Version of python to be installed'

0 commit comments

Comments
 (0)