jonescompneurolab / hnn

The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
http://hnn.brown.edu
Other
80 stars 25 forks source link

Setting LD_LIBRARY_PATH for mac installation #327

Closed rythorpe closed 2 years ago

rythorpe commented 2 years ago

Follow up to #326. We should investigate the possibility of setting DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH per this recommendation.

rythorpe commented 2 years ago

We definitely need to do this. Setting DYLD_LIBRARY_PATH can prevent other dynamic libraries from getting accessed.

rythorpe commented 2 years ago

Whatever PR addresses this should also have the user download environment.yml from master since it's not included in the most recent release.