AFNI version info (afni -ver
):
Precompiled binary linux_openmp_64: Aug 23 2023 (Version AFNI_23.2.06 'Marcus Didius Severus Julianus')
As referenced here and here, llvm's inclusion of a count command causes conflicts with some of afni's scripts. While the accepted solution is moving afni's dir to the front of PATH, I was curious if there was a method that could be done on a script-by-script basis?
E.g. something like setting the PATH variable in subshell or something.
( setenv PATH /opt/afni:${PATH} ; script )