Anacondaをインストールすると、/.bash_profileに、以下のような記述が加えられます。
これは何を指示しているのでしょうか。よろしくお願いいたします。
bash
1# >>> conda initialize >>> 2# !! Contents within this block are managed by 'conda init' !! 3__conda_setup="$('/Users/oka/opt/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)" 4if [ $? -eq 0 ]; then 5 eval "$__conda_setup" 6else 7 if [ -f "/Users/ oka/opt/anaconda3/etc/profile.d/conda.sh" ]; then 8 . "/Users/oka/opt/anaconda3/etc/profile.d/conda.sh" 9 else 10 export PATH="/Users/oka/opt/anaconda3/bin:$PATH" 11 fi 12fi 13unset __conda_setup 14# <<< conda initialize <<<
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。