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  

|
May 03, 2022 04:45PM
Hi Philipp,

Thanks for the files.

There is a mistakenly copied "export PATH" line in .cshrc. In that shell, PATH is set using setenv.

However, that is somewhat irrelevant, since you have a .tcshrc file (which means .cshrc is ignored).
The end of the .tcshrc file has the 2 errors that I mentioned:

PATH=...
export $PATH

Those 2 lines should be deleted, and replaced with something like:

setenv PATH /opt/homebrew/bin:${PATH}

You might want to verify where python3 is coming from, too. That PATH list does not look quite right.

- rick
Subject Author Posted

@SUMA_AlignToExperiment Bug?

shanaadise December 08, 2016 07:55PM

Re: @SUMA_AlignToExperiment Bug?

rick reynolds December 09, 2016 02:53PM

Re: @SUMA_AlignToExperiment Bug?

philippn May 03, 2022 03:56PM

Re: @SUMA_AlignToExperiment Bug?

rick reynolds May 03, 2022 04:08PM

Re: @SUMA_AlignToExperiment Bug?

rick reynolds May 03, 2022 04:45PM

Re: @SUMA_AlignToExperiment Bug? Attachments

philippn May 10, 2022 05:31PM

Re: @SUMA_AlignToExperiment Bug?

ptaylor May 10, 2022 05:45PM

Re: @SUMA_AlignToExperiment Bug?

philippn May 10, 2022 06:54PM

Re: @SUMA_AlignToExperiment Bug?

philippn June 02, 2022 12:37PM

Re: @SUMA_AlignToExperiment Bug?

ptaylor June 02, 2022 12:45PM

Re: @SUMA_AlignToExperiment Bug?

ptaylor June 02, 2022 07:07PM