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 30, 2020 08:14PM
Re. the need for "conda deactivate": you probably have conda set to activate an environment in one of the files that is executed every time a terminal starts.

What is the output of:
conda env list
? It will display a list of conda environments on your computer, and the one with an asterisk by it will be the one activated at present.

Can you run this:
grep -h "conda activate" ~/.*rc
and post the output? I expect a specific file like ~/.bash_profile has a "conda activate ..." command in it. In that case, you can open whatever file has it and comment it out, so new terminals will not have that environment being activated by default.

Also, what is the output of:
cat ~/.condarc
? That will show some of your conda default settings.

I find it weird that the "gcc" message went away when you deactivated your conda environment... But I only use conda for managing my Python usage.

In a terminal where you have run "conda deactivate", can you run this:
sudo rPkgsInstall -pkgs ALL
(requires admin password to run). That will try to install all the necessary R libraries (afex, snow, etc.).

--pt
Subject Author Posted

R command not found

janelleliu September 22, 2020 01:59PM

Re: R command not found

ptaylor September 22, 2020 03:26PM

Re: R command not found

janelleliu September 22, 2020 07:42PM

Re: R command not found

ptaylor September 23, 2020 07:13AM

Re: R command not found

janelleliu September 23, 2020 01:57PM

Re: R command not found

janelleliu September 24, 2020 02:01PM

Re: R command not found

ptaylor September 29, 2020 04:49PM

Re: R command not found

janelleliu September 30, 2020 03:15PM

Re: R command not found

ptaylor September 30, 2020 08:14PM

Re: R command not found

janelleliu October 01, 2020 02:02PM

Re: R command not found

discoraj October 07, 2020 02:25PM

Re: R command not found

gang October 07, 2020 03:05PM