15 lines
622 B
Plaintext
Executable File
15 lines
622 B
Plaintext
Executable File
# added by Anaconda3 2018.12 installer
|
|
# >>> conda init >>>
|
|
# !! Contents within this block are managed by 'conda init' !!
|
|
__conda_setup="$(CONDA_REPORT_ERRORS=false '/sf/bernina/applications/anaconda/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
|
|
if [ $? -eq 0 ]; then
|
|
\eval "$__conda_setup"
|
|
else
|
|
if [ -f "/sf/bernina/applications/anaconda/anaconda3/etc/profile.d/conda.sh" ]; then
|
|
. "/sf/bernina/applications/anaconda/anaconda3/etc/profile.d/conda.sh"
|
|
CONDA_CHANGEPS1=false conda activate base
|
|
else
|
|
\export PATH="/sf/bernina/appplications/anaconda/anaconda3/bin:$PATH"
|
|
fi
|
|
fi
|