Skip to content

Instantly share code, notes, and snippets.

@JirenJin
Created April 3, 2018 11:57
Show Gist options
  • Save JirenJin/2c43dcea61a650f2a42c910aa397577d to your computer and use it in GitHub Desktop.
Save JirenJin/2c43dcea61a650f2a42c910aa397577d to your computer and use it in GitHub Desktop.
default `pyenv install x.x.x` only installs python version without support of shared objects (some libs need these), this line of code solves the problem.
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.6.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment