Skip to content

Instantly share code, notes, and snippets.

@nszceta
Last active November 2, 2020 13:59
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nszceta/ec6efc9b5e54df70deeec7bceead0a1d to your computer and use it in GitHub Desktop.
Save nszceta/ec6efc9b5e54df70deeec7bceead0a1d to your computer and use it in GitHub Desktop.
pyenv: Python 3.6.3 optimized installation
MAKE_OPTS="-j8" \
CONFIGURE_OPTS="--enable-shared --enable-optimizations --with-computed-gotos" \
CFLAGS="-march=native -O2 -pipe" \
pyenv install -v 3.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment