Skip to content

Instantly share code, notes, and snippets.

@rahulsing
rahulsing / gist:ccb3a480da4004ea5711ca7990a13b1c
Created October 2, 2024 01:13
install glue python 3.9 on ec2
sudo su
yum update -y
yum install -y shadow-utils
yum install -y sudo
yum erase openssl-devel -y
yum install openssl11 openssl11-devel libffi-devel bzip2-devel wget tar xz -y
# Install python optional standard libary module dependencies
yum install ncurses-devel gdbm-devel readline-devel xz-libs xz-devel uuid-devel libuuid-devel -y