Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mark Chiew
pytreat-practicals-2020
Commits
c0ea0675
Commit
c0ea0675
authored
Jan 26, 2018
by
Paul McCarthy
🚵
Browse files
Clarify setup instructions (conda+sudo problems)
parent
e47de922
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c0ea0675
...
...
@@ -44,6 +44,15 @@ jupyter:
```
# If your FSL installation requires administrative privileges, then you MUST
# run these commands as root - don't just prefix each individual command with
# sudo!
#
# One further complication - once you have become root, $FSLDIR may not be set,
# so either set it as we have ione below, or make sure that it is set, before
# proceeding.
sudo su
export FSLDIR=/usr/local/fsl
source $FSLDIR/fslpython/bin/activate fslpython
conda install jupyter
pip install notedown
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment