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  

|
December 22, 2014 05:32PM
I am having issues with the final installation of AFNI. My macbook pro osx is 10.8.5, 16GB. I downloaded the macosx_10.7_Intel_64.tar and installed it in an abin directory of the current directory /Users/Sampada. When I use tcsh to update the path and library path using command :
echo 'set path = ( $path $HOME/abin )' >> .cshrc
echo 'setenv DYLD_FALLBACK_LIBRARY_PATH $HOME/abin' >> .cshrc
I get following error:
rmbp:~ Sampada$ cd abin
rmbp:abin Sampada$ ls
AFNI_data4 macosx_10.7_Intel_64
rmbp:abin Sampada$ cd ..
rmbp:~ Sampada$ tcsh
[rmbp:~] Sampada% echo 'set path = ($path $HOME/abin)' >> .cshrc
[rmbp:~] Sampada% echo 'setenv DYLD_FALLBACK_LIBRARY_PATH $HOME/abin' >> .cshrc
[rmbp:~] Sampada% source .cshrc
Badly placed ()'s.
rmbp:~] Sampada% afni
afni: command not found

… …. … … …. … … … … … … …


When I change to bash shell I get following error
bash users:

echo 'export PATH=$PATH:$HOME/abin' >> .profile
echo 'export DYLD_FALLBACK_LIBRARY_PATH=$HOME/abin' >> .profile
. .profile

rmbp:~ Sampada$ echo 'export PATH=$PATH:$HOME/abin' >> .profile
rmbp:~ Sampada$ echo 'export DYLD_FALLBACK_LIBRARY_PATH=$HOME/abin' >> .profile
rmbp:~ Sampada$ . .profile
-bash: export: `.': not a valid identifier
-bash: export: `.profile': not a valid identifier
rmbp:~ Sampada$ afni
-bash: afni: command not found
rmbp:~ Sampada$


Will someone please help me regarding the installation issue? I am nearly there….

Regards,

Sampada
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