macOSにAnacondaをインストール後、condaコマンドが使えません
Condaが使えません。ターミナルでconda
と実行すると以下のように出ます。
ERROR: The install method you used for conda--probably either `pip install conda`
or `easy_install conda`--is not compatible with using conda as an application.
If your intention is to install conda as a standalone application, currently
supported install methods include the Anaconda installer and the miniconda
installer. You can download the miniconda installer from
https://conda.io/miniconda.html.
また、ターミナルでwhich conda
と実行した結果は以下の通りです。
/usr/local/bin/conda
以下のリンク先に従ってPATHを通すということをやろうとしてみたのですが、
プログラミング初学者の私には知識不足でさっぱり分かりません。
OSはmacOS Catalinaです。
どなたかお力をお貸しいただけると幸いです。
どうぞお願いいたします。