-
Notifications
You must be signed in to change notification settings - Fork 119
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
macvim.org #2756
macvim.org #2756
Conversation
projects/macvim.org/package.yml
Outdated
runtime: | ||
env: | ||
PYTHONHOME: "{{deps.python.org.prefix}}" | ||
DYLD_LIBRARY_PATH: "{{deps.python.org.prefix}}/lib/libncurses.6.dylib:$DYLD_LIBRARY_PATH" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look right; wouldn't it be deps.invisible-island.net/ncurses/prefix
? I also worry about setting PYTHONHOME
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh DYLD_LIBRARY_PATH
it's my mistake 😄
without PYTHONHOME
I have:
Could not find platform independent libraries <prefix>thon3'
Could not find platform dependent libraries <exec_prefix>
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
I hope #3121 helps. |
hmm... strange |
I don't see a dep on ncurses. Could that be the issue? |
You probably need to call fix-machos manually on the app dir so it updates the library paths. See fixup.ts for invocation (or search for fix-machos.rb; I think some other packages might call it manually too). |
bam |
closes #746