Created
March 3, 2023 14:40
-
-
Save evu/99f148096ffa8876c20d2427c6b0c83e to your computer and use it in GitHub Desktop.
Python build env for Amazon Linux 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install gcc make zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel tk-devel libffi-devel xz-devel | |
sudo yum remove openssl-devel.x86_64 | |
sudo yum autoremove | |
sudo yum install openssl11-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment