Skip to content
Prev 9957 / 15075 Next

R.app doesn't respect DYLD_FALLBACK_LIBRARY_PATH

On Aug 8, 2013, at 3:42 PM, Tom Schoenemann <toms at indiana.edu> wrote:

            
In general, OSX GUI based apps do not inherit the shell environment. This is the case with Emacs on OSX for example.

What is the syntax that you used in .Renviron? It should be along the lines of:

  DYLD_FALLBACK_LIBRARY_PATH=/Library/Frameworks/R.framework/Resources/lib

Note, do not use 'export' before the above. I just tried it here and it worked. 

Take a look at ?Startup for more details.

Regards,

Marc Schwartz