Skip to content

Instantly share code, notes, and snippets.

@evu
Created March 3, 2023 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evu/99f148096ffa8876c20d2427c6b0c83e to your computer and use it in GitHub Desktop.
Save evu/99f148096ffa8876c20d2427c6b0c83e to your computer and use it in GitHub Desktop.
Python build env for Amazon Linux 2
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