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  

|
March 27, 2023 05:54AM
Hi-

I believe the issue is that the Python programs are referred to with "python", not "python3". Could you please try copy+pasting the following in a terminal:
ln -s /usr/local/bin/python3 /usr/local/bin/python
so that the command "python" will link (or essentially point) to what is called "python3".

If you then open a new terminal, does "afni_system_check.py -check_all" now execute OK?

For getting/managing Python modules (numpy and matplotlib, primarily) on a Mac, miniconda is often useful, as well, as described in these AFNI notes:
[afni.nimh.nih.gov]

--pt
Subject Author Posted

Issue linking python to AFNIsad smiley

AK March 26, 2023 04:24PM

Re: Issue linking python to AFNIsad smiley

ptaylor March 27, 2023 05:54AM