This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ccabrera
Recipients Victor.Lazzarini, ccabrera, ned.deily, ronaldoussoren
Date 2021-06-26.19:26:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624735565.43.0.591307524502.issue43964@roundup.psfhosted.org>
In-reply-to
Content
Re option 3: relying on `DYLD_LIBRARY_PATH` or `DYLD_FRAMEWORK_PATH` isn't a great solution either because of SIP. It's can get impractical to use in many standard Makefile-based build systems, for example. (cf. https://github.com/qmk/qmk_cli/issues/60, https://github.com/Homebrew/discussions/discussions/1737) I imagine it can get quite vexing to set these variables but find them to not have the effect you expected them to.

One workaround for the example above would be to compile your own `make` program (or use one from a package manager) so that SIP doesn't sanitise your environment, but I imagine that's not an ideal solution either.
History
Date User Action Args
2021-06-26 19:26:05ccabrerasetrecipients: + ccabrera, ronaldoussoren, ned.deily, Victor.Lazzarini
2021-06-26 19:26:05ccabrerasetmessageid: <1624735565.43.0.591307524502.issue43964@roundup.psfhosted.org>
2021-06-26 19:26:05ccabreralinkissue43964 messages
2021-06-26 19:26:05ccabreracreate