Closed rythorpe closed 2 years ago
We definitely need to do this. Setting DYLD_LIBRARY_PATH
can prevent other dynamic libraries from getting accessed.
Whatever PR addresses this should also have the user download environment.yml
from master since it's not included in the most recent release.
Follow up to #326. We should investigate the possibility of setting
DYLD_FALLBACK_LIBRARY_PATH
instead ofDYLD_LIBRARY_PATH
per this recommendation.