We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5760a0e + 6ca964d commit c738be6Copy full SHA for c738be6
circle.yml
@@ -17,7 +17,7 @@ dependencies:
17
- sudo apt-get install -y fsl-core fsl-atlases fsl-mni152-templates fsl-feeds afni swig python-vtk
18
- echo 'source /etc/fsl/fsl.sh' >> $HOME/.profile
19
- echo 'source /etc/afni/afni.sh' >> $HOME/.profile
20
- - ln -sf /usr/share/fsl-feeds/ ~/examples/feeds
+ - mkdir -p ~/examples/ && ln -sf /usr/share/fsl-feeds/ ~/examples/feeds
21
# Enable system-wide vtk
22
- ln -sf /usr/lib/pymodules/python2.7/vtk ~/virtualenvs/venv-system/lib/python2.7/site-packages/
23
# Set up python environment
0 commit comments