Skip to content

Instantly share code, notes, and snippets.

@blue-bird1
Last active March 6, 2019 18:08
Embed
What would you like to do?
#!/usr/bin/env bash
wget https://github.com/python/cpython/archive/v3.8.0a2.zip && unzip *.zip && cd cpython*
apt-get install libsqlite3-dev libssl-dev libzip-dev libffi-dev
./configure --prefix /opt/python3 --enable-shared && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment