Installation and setup #271
Unanswered
mmsarhan
asked this question in
Technical Support
Replies: 2 comments 15 replies
-
Hey @mmsarhan, could you post the error from your FSL installation? It would also be helpful if you post your OS and machine information. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Where would I find /etc/profile.d:
Also are those command all one command or each a different command I have to run?
Mutaz M. Sarhan, MS, BS
Research Specialist II
Laboratory for Precision Brain Imaging
Department of Neuroscience
Medical University of South Carolina
From: Siddhartha Dhiman ***@***.***>
Date: Wednesday, December 1, 2021 at 2:54 PM
To: m-ama/PyDesigner ***@***.***>
Cc: Sarhan, Mutaz ***@***.***>, Mention ***@***.***>
Subject: Re: [m-ama/PyDesigner] Installation and setup (Discussion #271)
CAUTION: External
I believe it should be fine even if post-install scripts fail, you can repeat those steps manually. The most important tasks this post-install script does are configure FSL variables and PATH. You can do this manually on CentOS by adding the following lines to /etc/profile.d:
FSLDIR=/usr/local/fsl
FSLOUTPUTTYPE=NIFTI_GZ
PATH=$PATH:$FSLDIR/bin
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$FSLDIR
Then logout and login to your VM. FSL commands should then work.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/m-ama/PyDesigner/discussions/271*discussioncomment-1731155__;Iw!!Ab1_Rw!RvYS8gt8uWwHhnaQkXarBH4P4SRWXxFKG2wo6mKsog2dNFbpRgEja0dyqCBGjg$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AWXURMQI3HZYSO57GM6XTR3UOZ4NTANCNFSM5JFBMWCQ__;!!Ab1_Rw!RvYS8gt8uWwHhnaQkXarBH4P4SRWXxFKG2wo6mKsog2dNFbpRgEja0eFozSAGg$>.
Triage notifications on the go with GitHub Mobile for iOS<https://urldefense.com/v3/__https:/apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675__;!!Ab1_Rw!RvYS8gt8uWwHhnaQkXarBH4P4SRWXxFKG2wo6mKsog2dNFbpRgEja0exo0XEQw$> or Android<https://urldefense.com/v3/__https:/play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign*3Dnotification-email*26utm_medium*3Demail*26utm_source*3Dgithub__;JSUlJSU!!Ab1_Rw!RvYS8gt8uWwHhnaQkXarBH4P4SRWXxFKG2wo6mKsog2dNFbpRgEja0dxLX3jBg$>.
|
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble installing all the prerequisite programs before installing pydesigner. I was able to install acaconda and create a python environment with python 3.7. The issue I keep running into is that FSL will not download properly. It will get to the post installation set and fail. I am not sure if I am setting my program wrong or if it is something else. Hopefully someone can help. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions