History of AFNI updates  

|
July 17, 2013 06:53PM
First run:

which afni

Then, making sure that you are in your home directory (the cd with nothing after it), take the result of "which afni" (something like ~/abin) and add it to your .bashrc (done here with echo and >>). I also link the bashrc and profile as some OS X programs automatically load one but not the other (or used to).

cd
echo "export DYLD_FALLBACK_LIBRARY_PATH=~/abin >> .bashrc
ln -s .bashrc .profile

You will need to close that terminal window and open a new one for the changes to take place.

Hope that helps!



Edited 1 time(s). Last edit at 07/17/2013 06:54PM by Peter Molfese.
Subject Author Posted

Otto: afni libraries for Mac OS 10.8.4?

otto July 15, 2013 03:37PM

Re: Otto: afni libraries for Mac OS 10.8.4?

Peter Molfese July 15, 2013 04:33PM

Re: Otto: afni libraries for Mac OS 10.8.4?

otto July 16, 2013 09:38PM

Re: Otto: afni libraries for Mac OS 10.8.4?

Peter Molfese July 16, 2013 09:45PM

Otto: how to set the DYLD_FALLBACK_LIBRARY_PATH correctly?

otto July 17, 2013 05:43PM

Re: Otto: how to set the DYLD_FALLBACK_LIBRARY_PATH correctly?

Peter Molfese July 17, 2013 06:53PM

Otto: DYLD_FALLBACK_LIBRARY_PATH set ok

otto July 17, 2013 07:04PM

Re: Otto: DYLD_FALLBACK_LIBRARY_PATH set ok

Peter Molfese July 17, 2013 07:44PM

Re: Otto: DYLD_FALLBACK_LIBRARY_PATH set ok

otto July 17, 2013 07:51PM