How to install Python 3 on AWS EC2 instance

0 votes

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?

Jan 30, 2019 in AWS by datageek
• 3,090 points
1,974 views

1 answer to this question.

0 votes

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.

answered Jan 30, 2019 by Archana
• 5,640 points

Related Questions In AWS

0 votes
1 answer

How to install Python on my ec2 instance?

EC2 on linux machine currently supports python3.4 ...READ MORE

answered Mar 27, 2019 in AWS by Ritesh
3,625 views
+1 vote
2 answers

How do I run python script on aws EC2 instance(ubuntu)?

I believe that you are using the ...READ MORE

answered Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
9,938 views
0 votes
1 answer

How to Pass the VPC ID while creating the Ec2 instance in AWS using Python Boto3

import boto3 ec2 = boto3.resource('ec2') instance = ec2.create_instances( ...READ MORE

answered Jan 29, 2019 in AWS by Priyaj
• 58,090 points
2,976 views
0 votes
0 answers
0 votes
1 answer
0 votes
1 answer

How to install redis on AWS Micro instance?

Maybe you can spin up an EC2 ...READ MORE

answered Jan 30, 2019 in AWS by Archana
• 5,640 points
638 views
+1 vote
1 answer

How to make an application private on AWS Elastic Beanstalk?

Like you said by default, your application ...READ MORE

answered Oct 25, 2018 in AWS by Archana
• 5,640 points
1,987 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP