13,009
回編集
50行目: | 50行目: | ||
# >>> conda initialize >>> | # >>> conda initialize >>> | ||
# !! Contents within this block are managed by 'conda init' !! | # !! Contents within this block are managed by 'conda init' !! | ||
__conda_setup="$('/ | __conda_setup="$('/home/ユーザ名/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)" | ||
if [ $? -eq 0 ]; then | if [ $? -eq 0 ]; then | ||
eval "$__conda_setup" | eval "$__conda_setup" | ||
else | else | ||
if [ -f "/ | if [ -f "/home/ユーザ名/anaconda3/etc/profile.d/conda.sh" ]; then | ||
. "/ | . "/home/ユーザ名/anaconda3/etc/profile.d/conda.sh" | ||
else | else | ||
export PATH="/ | export PATH="/home/ユーザ名/anaconda3/bin:$PATH" | ||
fi | fi | ||
fi | fi |