Skip to content

Instantly share code, notes, and snippets.

@gwijayas
Created June 4, 2018 17:10
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 gwijayas/1c763ac8cbb165e711c96772e8f04bb2 to your computer and use it in GitHub Desktop.
Save gwijayas/1c763ac8cbb165e711c96772e8f04bb2 to your computer and use it in GitHub Desktop.
# Build Python 3.6.x di Ubuntu 9test 14.04,16.04
# dengan --enable-optimizations, butuh test 2 jam-an :(
./configure --prefix=/opt/python36 --enable-shared \
--enable-loadable-sqlite-extensions \
--with-dbmliborder=bdb:gdbm \
--with-computed-gotos \
--without-ensurepip \
--with-system-expat \
--with-system-libmpdec \
--with-system-ffi \
--host=x86_64-linux-gnu \
--build=x86_64-linux-gnu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment