Skip to content

Instantly share code, notes, and snippets.

@akashjobanputra
Created October 3, 2017 05:44
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 akashjobanputra/333212bbcbeba7f6e0472c54b80d9882 to your computer and use it in GitHub Desktop.
Save akashjobanputra/333212bbcbeba7f6e0472c54b80d9882 to your computer and use it in GitHub Desktop.
Build Python 3.5.1 from source

Python 3.5.1 from source

Extra modules required to build python from source

sudo apt install $(cat apt_requirements.txt)

libbz2-dev libncurses5-dev libgdbm-dev liblzma-dev sqlite3 libsqlite3-dev openssl libssl-dev tcl8.6-dev tk8.6-dev libreadline-dev zlib1g-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment