We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tried your recommended solution, but that command doesn't run. So, this seems like a more permanent solution by putting:
export LD_LIBRARY_PATH=/opt/homebrew/Cellar/[email protected]/3.11.9_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/config-3.11-darwin/libpython3.11.dylib
in my .zhrc
The text was updated successfully, but these errors were encountered:
I figured it out:
import nimpy/py_lib as lib pyInitLibPath("/Library/Frameworks/Python.framework/Versions/3.12/Python")
Sadly, this is neither general nor portable. Any way to create solution that doesn't require the import and call every time?
My python install is from Python.org, so as standard as can be.
Sorry, something went wrong.
No branches or pull requests
I've tried your recommended solution, but that command doesn't run. So, this seems like a more permanent solution by putting:
in my .zhrc
The text was updated successfully, but these errors were encountered: