Reputation: 539
When I try to install, it says that 2.7 is already installed. I want Python 3. How to install that?
I tried using python3
, cannot find package:
Upvotes: 0
Views: 2841
Reputation: 184
Here is the one command to install python3 on Amazon linux 2:
Python 3.7.6
Upvotes: 0
Reputation: 532
Check your RHEL release version using
$lsb_release -a
Then depending on your OS version follow answers in Installing Python 3 on RHEL for installation
Upvotes: 0