Skip to content

Commit 97b7a3c

Browse files
authored
[FIX] fix for issue #449 (#462)
1 parent 3a572c1 commit 97b7a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurodocker/templates/freesurfer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ binaries:
5656
# From https://github.com/freesurfer/freesurfer/blob/54018f7d6f620d6288b28f50e14a0a4ba421757c/Dockerfile#L20-L42
5757
# freesurfer env
5858
OS: "Linux"
59-
PATH: "{{ self.install_path }}/bin:{{ self.install_path }}/fsfast/bin:{{ self.install_path }}/tktools:{{ self.install_path }}/mni/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
59+
PATH: "{{ self.install_path }}/bin:{{ self.install_path }}/fsfast/bin:{{ self.install_path }}/tktools:{{ self.install_path }}/mni/bin:$PATH"
6060
FREESURFER_HOME: "{{ self.install_path }}"
6161
FREESURFER: "{{ self.install_path }}"
6262
SUBJECTS_DIR: "{{ self.install_path }}/subjects"

0 commit comments

Comments
 (0)