Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ksseono
Created June 7, 2019 05:14
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 ksseono/3e06f95a82f68103aae9ceb977d2603a to your computer and use it in GitHub Desktop.
Save ksseono/3e06f95a82f68103aae9ceb977d2603a to your computer and use it in GitHub Desktop.
Enabling build with shared Python library
CONFIGURE_OPTS=--enable-shared pyenv install 3.6.8
# creating a file: `~/.pyenv/versions/3.6.8/lib/libpython3.6m.dylib`
@ksseono
Copy link
Author

ksseono commented Jun 7, 2019

I've created a symbolic link of it to /usr/local/lib/libpython3.6m.dylib to be loaded by libpython-clj.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment