14 lines
444 B
Plaintext
Executable File
14 lines
444 B
Plaintext
Executable File
# !! Contents within this block are managed by 'conda init' !!
|
|
__conda_setup="$('/sf/bernina/applications/bm/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
|
|
if [ $? -eq 0 ]; then
|
|
eval "$__conda_setup"
|
|
else
|
|
if [ -f "/sf/bernina/applications/bm/etc/profile.d/conda.sh" ]; then
|
|
. "/sf/bernina/applications/bm/etc/profile.d/conda.sh"
|
|
else
|
|
export PATH="/sf/bernina/applications/bm/bin:$PATH"
|
|
fi
|
|
fi
|
|
unset __conda_setup
|
|
|