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 18, 2002 02:37PM
Hi Anand,

Before I forget to mention it, thank you for stating the exact command that you used
(and which didn't work). Stating exactly what you do really helps others to give you
useful feedback.

I have a few comments that may or may not be of help.

- Get AFNI working under Linux first. Don't even think about using it under Windows
(at least for now).

- The syntax of your "set path" command is not quite correct. Parentheses are
requred there (the path variable is actually an array - a list of directories).

set path = ( $path /new/usr/local )

- Did you put the AFNI binaries (afni, to3d, ...) in the /new/usr/local directory?

If you have not yet done that (and perhaps, even if you have), Bob's suggestion
is a really good one (putting them in the '/usr/local/abin' directory).

The '/usr/local' directory tree is conventionally for software that you add to your
system, for everyone to access. Under that, create an 'abin' directory to store all
of the afni binaries.

So at this point, the command "ls -l /usr/local/abin/to3d" should show you that
AFNI's to3d program does indeed exist there.

- If you do move the binaries to '/usr/local/abin', then the "set path" command that you
will probably put in your '.cshrc' file (in your home directory) is:

set path = ( $path /usr/local/abin )

- Once you do this, and if this is the first time you have done this sort of thing, just
open a new terminal window to test it.

In this new window, try to run afni (actually type the command "afni" ).

- One last comment.

One of the next "HowTo" packages will be on installing AFNI (on a Linux system).
Of course, this will be way too late for you, but I just thought to mention it.

BTW (again, as Bob mentioned), if you are new to working with AFNI (and Linux
for that matter), the HowTo packages have a lot of good material in them, and they
are set up for on-line browsing (or to be downloaded, especially to practice running
the included scripts with the included data).

That is at the same HowTo site:

[afni.nimh.nih.gov]

- Rick
Subject Author Posted

Installing AFNI

Anand December 12, 2002 05:06PM

Re: Installing AFNI

bob cox December 13, 2002 09:10AM

Re: Installing AFNI

Anand December 18, 2002 12:44PM

Re: Installing AFNI

rick reynolds December 18, 2002 02:37PM

Re: Installing AFNI

bob cox December 18, 2002 02:40PM

Re: Installing AFNI

Anand December 18, 2002 06:36PM

Re: Installing AFNI

bob cox December 18, 2002 07:50PM

Re: Installing AFNI

rick reynolds December 18, 2002 07:52PM

Re: Installing AFNI

Anand December 19, 2002 11:37AM

Re: Installing AFNI

rick reynolds December 19, 2002 11:44AM