Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access when fsl is not installed into default path #22

Closed
chewnglow opened this issue Jul 17, 2019 · 1 comment
Closed

Cannot access when fsl is not installed into default path #22

chewnglow opened this issue Jul 17, 2019 · 1 comment

Comments

@chewnglow
Copy link

Hi! The arch AUR installed the fsl into /opt/fsl which is differ from the default /usr/local/fsl and fsl cannot be automatically accessed. After adding . ${FSLDIR}/etc/fslconf/fsl.sh
into .Renviron, it shows $FSLOUTPUTTYPE not setted. My zsh shell can run fsl normally. Thanks!

@muschellij2
Copy link
Owner

Please see ?get.fsl() documentation:

Finds the FSLDIR from system environment or getOption("fsl.path") for location of FSL functions

You can use options(fsl.path = "/opt/fsl") and retry. fslr does not really support non-standard installations of FSL otherwise if that doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants