You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dakota uses DYLD_LIBRARY_PATH to reference its shared libraries on Mac OS X. It appears that Anaconda IPython removes this environment variable. It's present in Python, however. For example:
Dakota uses
DYLD_LIBRARY_PATH
to reference its shared libraries on Mac OS X. It appears that Anaconda IPython removes this environment variable. It's present in Python, however. For example:As a workaround, I can set
DYLD_LIBRARY_PATH
withFor more information, see ipython/ipython#8878.
The text was updated successfully, but these errors were encountered: