Hello,
I recently tried to install and set up AFNI on my mac. I was able to get through the first few steps but once I reboot my computer for the changes to take effect and run the last step, I receive an error. I am new to all of this so all advice is greatly appreciated!!! (:
Here is my error:
(base) liz@-3 ~ % tcsh OS_notes.macos_12_intel_b_user.tcsh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5072 100 5072 0 0 23896 0 --:--:-- --:--:-- --:--:-- 23812
set os = uname -s
uname -s
if ( 0 ) then
if ( Darwin != Darwin ) then
set cpu = uname -m
uname -m
if ( 0 ) then
set rver = R --version | head -n 1 | cut -d ' ' -f 3
cut -d -f 3
R --version
head -n 1
if ( 0 ) then
echo OS : Darwin
OS : Darwin
echo CPU : x86_64
CPU : x86_64
echo R ver : 4.3.1
R ver : 4.3.1
echo
defaults write org.macosforge.xquartz.X11 wm_ffm -bool true
defaults write org.x.X11 wm_ffm -bool true
defaults write com.apple.Terminal FocusFollowsMouse -string YES
if ( ! -f /Users/liz/abin/init_user_dotfiles.py ) then
echo -- skipping install of AFNI anyos_text_atlas
-- skipping install of AFNI anyos_text_atlas
endif
echo ++ setting up user dotfiles
++ setting up user dotfiles
/Users/liz/abin/init_user_dotfiles.py -shell_list bash zsh tcsh -do_updates path apsearch -dir_bin /Users/liz/abin
** warning: .tcshrc does NOT seem to contain 'source .cshrc'
-- (csh and tcsh will use different files)
-- considered operations: path, apsearch
-- note: followers should not need edits, so edit flags should be 0
(have 0 follower(s), which can be ignored)
dot file mods : want 6 modifications across 4 files:
file path flatdir apsearch follower
.bashrc 0 0 0 0
.zshrc 1 0 1 0
.cshrc 1 0 1 0
.tcshrc 1 0 1 0
-- backing up .zshrc to .zshrc.adot.bak
** failed to open text file '.zshrc' for writing
** error: failed to append shell text to file .zshrc
Thanks!!!