AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
January 02, 2015 12:02PM
I still don't know what's causing your problem, but here's something you can try:

- at the command line, type
nano ~/.cshrc
- in the editor, type
set path = ( $path $HOME/abin/macosx_10.7_Intel_64 )
setenv DYLD_FALLBACK_LIBRARY_PATH $HOME/abin/macosx_10.7_Intel_64
(or copy-paste from this forum)
- type CTRL-O to save
- hit ENTER to accept the file name listed near the bottom of the screen (which will be something like /Users/Sampada/.cshrc)
- type CTRL-X to exit
- now try
source ~/.cshrc
at the command line.

P.S.: I was going to tell you to use TextEdit for this, but the amount of configuration you would have to do to be sure it wasn't breaking things is absurd. Using TextEdit for scripts is asking for trouble.
Subject Author Posted

Regarding: AFNI installation issue

Sampada December 22, 2014 05:32PM

Re: Regarding: AFNI installation issue

Isaac Schwabacher December 22, 2014 06:22PM

Re: Regarding: AFNI installation issue

Sampada December 26, 2014 11:13AM

Re: Regarding: AFNI installation issue

Isaac Schwabacher January 02, 2015 12:02PM