前提・実現したいこと
macでanacondaをアンインストールしたい
OS stealing です。
参考サイト
https://peachcle.com/how-to-uninstall-anaconda-of-macos/
発生している問題・エラーメッセージ
open ~/.bash_profileで開いたファイル⬇︎で、参考サイトとは違い、以下のものが出てきました。
参考サイトの手順通りになっていないなどの問題があるのでしょうか?
# >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! __conda_setup="$('/opt/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)" if [ $? -eq 0 ]; then eval "$__conda_setup" else if [ -f "/opt/anaconda3/etc/profile.d/conda.sh" ]; then . "/opt/anaconda3/etc/profile.d/conda.sh" else export PATH="/opt/anaconda3/bin:$PATH" fi fi unset __conda_setup # <<< conda initialize <<<
↑これは全て削除していいのでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/03/01 13:12
2021/03/01 13:16
2021/03/02 06:44