I would like to uninstall FSL from my MAC machine because it is moving to another department. Can you help in how to do it
-Thanks
I believe you can just
- delete the folder
/usr/local/fsl
- remove the ‘fsleyes’ alias from the Applications folder
- remove any fsl environment variables you used. On my 10.14 (BASH shell) install I can run the following command in the terminal to edit these settings
open ~/.bash_profile
. This file will be different if you use the zsh or csh shells.
1 Like
It worked. Thank You