How to install Python on my ec2 instance

0 votes

I'm trying to install python 3.x on an AWS EC2 instance and:

sudo yum install python3

doesn't work:

No package python3 available.
Mar 27, 2019 in AWS by Ravi
• 5,173 views

1 answer to this question.

0 votes

EC2 on linux machine currently supports python3.4 and python3.5. You can simply run the following commands.

sudo yum install python35
sudo yum install python35-pip
answered Mar 27, 2019 by Ritesh

Related Questions In AWS

0 votes
1 answer
0 votes
0 answers

How to install dart on ec2 linux instance?

Many dart installation tutorials use the apt-get ...READ MORE

Apr 19, 2022 in AWS by Rahul
• 9,690 points
• 1,460 views
0 votes
0 answers

How to install dart on ec2 linux instance?

Many dart installation tutorials use the apt-get ...READ MORE

Apr 19, 2022 in AWS by Aditya
• 7,680 points
• 1,595 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Unable to connect to my windows instance

Maybe when you were installing different packages ...READ MORE

answered Mar 27, 2019 in AWS by Fuji
• 1,446 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