Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--enable-shared and --enable-framework #38

Closed
imdaveho opened this issue Jul 29, 2018 · 1 comment
Closed

--enable-shared and --enable-framework #38

imdaveho opened this issue Jul 29, 2018 · 1 comment

Comments

@imdaveho
Copy link

similar to this: pyenv/pyenv#99

there are moments when we need to tell python to install with these options

for example, I'm trying to distribute a tool I wrote with PyInstaller, but when running the command, using Python 3.6.1 installed with asdf and within a venv, it complains that it can't find libpython3.6.dylib

@imdaveho
Copy link
Author

nvmd

passing env PYTHON_CONFIGURE_OPTS="--enable-framework" asdf install python ... does the trick like in the pyenv post

I had made a typo trying it the first time...

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

No branches or pull requests

1 participant