Contents
Updated on 2021-04-19
While Amazon Linux AMI has yum
as a package manager, it is not that all compatible with any RHEL or CentOS distributive. A lot of changes that AWS team brought into this image made it a separate distro, so no eyebrows should be given when battle-tested procedure to install python3 will fail on Amazon Linux. (Yeah, python3 does not come included yet in Amazon Linux)
Fortunately it is very easy to fetch (while not the latest release) python3:
|
|
And that is it!
Комментарии