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  

|
September 13, 2019 03:31PM
Howdy-

OK, I think the thing happening is that the $DYLD_LIBRARY_PATH variable is set in your ~/.bashrc file correctly (from following the setup instructions), but that that file is not getting sourced (or read) when starting up the terminal; you can instruct the ~/.bash_profile overlord file to do that by copy+pasting the following into your terminal:
echo "" >> ~/.bash_profile
echo "source ~/.bashrc" >> ~/.bash_profile
echo "" >> ~/.bash_profile

Then, please open a new terminal, and see if "afni" and "suma" work (both should). Every new terminal should be good to go now.

--pt
Subject Author Posted

Error When Opening AFNI

dirks11 September 13, 2019 01:03PM

Re: Error When Opening AFNI

ptaylor September 13, 2019 01:22PM

Re: Error When Opening AFNI

dirks11 September 13, 2019 03:18PM

Re: Error When Opening AFNI

ptaylor September 13, 2019 03:31PM

Re: Error When Opening AFNI

dirks11 September 13, 2019 03:42PM

Re: Error When Opening AFNI

ptaylor September 13, 2019 05:35PM