Removed the conda init from main branch
This commit is contained in:
parent
eb164c6169
commit
1c3ada6d50
1 changed files with 0 additions and 15 deletions
15
.bashrc
15
.bashrc
|
|
@ -116,18 +116,3 @@ if ! shopt -oq posix; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# >>> conda initialize >>>
|
|
||||||
# !! Contents within this block are managed by 'conda init' !!
|
|
||||||
__conda_setup="$('/home/polarolouis/miniconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
|
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
eval "$__conda_setup"
|
|
||||||
else
|
|
||||||
if [ -f "/home/polarolouis/miniconda3/etc/profile.d/conda.sh" ]; then
|
|
||||||
. "/home/polarolouis/miniconda3/etc/profile.d/conda.sh"
|
|
||||||
else
|
|
||||||
export PATH="/home/polarolouis/miniconda3/bin:$PATH"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
unset __conda_setup
|
|
||||||
# <<< conda initialize <<<
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue