Skip to content

AkshayaDev/install-python-37-aws-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

install-python-37-aws-ec2

Installing Python3.7.0 in AWS EC2

The steps in this script are:

  • install pre-reqs
  • install Python 3.7.0

install pre-requisites

  • sudo yum -y groupinstall development
  • sudo yum -y install zlib-devel
  • sudo yum -y install openssl-devel
  • sudo yum -y install libffi-devel

Install Python 3.7.0

About

Installing Python3.7.0 in AWS EC2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published