Skip to content

Commit 4ec5871

Browse files
committed
enh: add solution for password users
1 parent 50c6bd2 commit 4ec5871

File tree

1 file changed

+22
-0
lines changed
  • docs/assets/fmriprep-bootcamp-geneva2024/day1-03-bids-hands-on

1 file changed

+22
-0
lines changed

docs/assets/fmriprep-bootcamp-geneva2024/day1-03-bids-hands-on/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,28 @@
867867
* Get the `PhaseEncodingDirection` (or directions) of only BOLD files
868868
]
869869

870+
---
871+
872+
# Those having issues on bamboo
873+
874+
``` Bash
875+
# >>> conda initialize >>>
876+
# !! Contents within this block are managed by 'conda init' !!
877+
__conda_setup="$('/opt/ebsofts/Miniconda3/4.9.2/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
878+
if [ $? -eq 0 ]; then
879+
eval "$__conda_setup"
880+
else
881+
if [ -f "/opt/ebsofts/Miniconda3/4.9.2/etc/profile.d/conda.sh" ]; then
882+
. "/opt/ebsofts/Miniconda3/4.9.2/etc/profile.d/conda.sh"
883+
else
884+
export PATH="/opt/ebsofts/Miniconda3/4.9.2/bin:$PATH"
885+
fi
886+
fi
887+
unset __conda_setup
888+
# <<< conda initialize <<<
889+
```
890+
891+
870892
</textarea>
871893
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
872894
<script src="/assets/asciinema-player/asciicast-load.js"></script>

0 commit comments

Comments
 (0)