Skip to content
Snippets Groups Projects
Commit 35479905 authored by Lihouck Flavien's avatar Lihouck Flavien
Browse files

Delete config_conda.sh

parent e1e9caac
No related branches found
No related tags found
No related merge requests found
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/flav/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/flav/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/flav/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/flav/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment