ERROR Environment variable FSLOUTPUTTYPE is not set!Please make sure that the appropriate configuration file is sourced by your shell eg by putting it in profileeg bash or sh users add the line $FSLD
这个错误是由于FSL软件没有正确设置环境变量所导致的。解决方法是执行以下命令:
对于bash或sh用户:
. ${FSLDIR}/etc/fslconf/fsl.sh
对于tcsh或csh用户:
source ${FSLDIR}/etc/fslconf/fsl.csh
这会将FSL的配置文件添加到你的shell中,以便正确设置环境变量。如果你将这些命令添加到你的.profile或.bashrc文件中,每次打开终端时都会自动执行它们。
原文地址: https://www.cveoy.top/t/topic/cpaS 著作权归作者所有。请勿转载和采集!