Is there a simple, one-liner yum
-like command to install Python 3.9 on Amazon Linux?
[root@ip-10-0-0-182 ~]# yum install python39 Loaded plugins: extras_suggestions, langpacks, priorities, update-motd No package python39 available. Error: Nothing to do
The top hit on Google is currently this article which tells you to download sources and build it yourself. I don't want that.