Skip to main content
Home
badllama.com
  • Search
  • Log In

Python Linux AWS

Installing Python 3.x on RHEL 7 / CentOS 7

cpeters's picture

Wed, 04/20/2016 - 15:35 by cpeters

There's a lot of misinformation about where to get your Python libs. For a repo you can trust, simply cut and past the following commands:

rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y python34.x86_64

Sometimes in AWS you'll need to manipulate the default Python version using the following command:

alternatives --set python /usr/bin/python[V.v]
Tags: 
Python Linux AWS
  • Read more about Installing Python 3.x on RHEL 7 / CentOS 7
Powered by Backdrop CMS