History of AFNI updates  

|
July 15, 2013 04:33PM
For most things, you just need to install XQuartz and set your DYLD_FALLBACK_LIBRARY_PATH to point to your AFNI installation. After that, most things should "just work".

If you want to use the uber_subject.py and uber_ttest.py programs, you will need to install some other libraries, the easiest way I have found to do this is:

  1. install Xcode
  2. install homebrew
  3. brew install pyqt
  4. export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH (assuming you're using bash)
  5. uber_subject.py

Consider adding the PYTHONPATH extension to your .bashrc or .profile (if you use tcsh).



Edited 1 time(s). Last edit at 07/15/2013 04:37PM 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