I did the following and can't get pip3 installed. Any help is appreciated!
sudo yum install python3 pip3
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
Package python3-3.7.9-1.amzn2.0.2.x86_64 already installed and latest version
No package pip3 available.
Nothing to do
I ran sudo yum update previous to this with no issues.
The posts I am finding state that this should work.
This is in the latest AMI on Amazon Linux 2.
I have setup notes from a system I brought up a year ago and this was working then. Did they break something?
sudo yum update && sudo yum install python3-pip
(dash, not space). – Sulphurize