Skip to content

Instantly share code, notes, and snippets.

View dkrichards86's full-sized avatar

Keith Richards dkrichards86

View GitHub Profile
@dkrichards86
dkrichards86 / install_python3_6_on_C9.md
Last active March 13, 2019 23:27 — forked from espozbob/install_python3_6_on_C9.md
Install Python3.6 on the C9
$ wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz

$ tar xvf Python-3.6.3.tgz

$ cd Python-3.6.3

$ ./configure --enable-optimizations

$ make -j8