Skip to content
Snippets Groups Projects
Commit 30af1841 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

ENH: Convenience wrapper for ipython

parent 5f7c1f59
No related branches found
No related tags found
1 merge request!45New update_fsl_package script
Pipeline #12426 waiting for manual action
This commit is part of merge request !45. Comments created here will be created in the context of that merge request.
bin/fslipython 0 → 100755
#!/bin/sh
if [ "$FSLDIR" = "" ] ; then
echo "FSLDIR has not been set!"
exit 1
fi
exec ${FSLDIR}/bin/python -m IPython "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment