37007/how-to-install-python-3-on-aws-ec2-instance
I'm trying to install Python 3.x on an AWS EC2 instance using:
sudo yum install python3 But it doesn't work.
It's showing No package python3 available. I couldn't find any solution on google. Do I have to manually download and install it?
It may be because you might have another version of python packages installed. Use grep command to find out which package is there and remove that and install python 3.
This will work.
EC2 on linux machine currently supports python3.4 ...READ MORE
I believe that you are using the ...READ MORE
import boto3 ec2 = boto3.resource('ec2') instance = ec2.create_instances( ...READ MORE
Hello everone I am new to AWS. ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
The IAM username and password can only ...READ MORE
Here's a UNIX/Linux shell way. for f in ...READ MORE
Did you check if you have assigned ...READ MORE
Maybe you can spin up an EC2 ...READ MORE
Like you said by default, your application ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.