Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

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.

I've googled around and I can't find anyone else who has this problem so I'm asking here. Do I have to manually download and install it?

1 Answer

0 votes
by (44.4k points)

If you give this command

sudo yum list | grep python3

You will see all the available python installation packages, liike “python34” or “python46”. Choose one and provide the below command according to that.

sudo yum install python36

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...