1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Anaconda3インストール後に、コマンドライン環境設定で「zsh: no such file or directory: /opt/anaconda3/bin/conda」のエラー

Posted at

自宅MacにAnaconda3をインストールしようとしたら初回でつまづきました。

パッケージインストールまではうまくいき、コマンドライン環境設定で、

/opt/anaconda3/bin/conda init zsh

上記コマンドを実行すると、

zsh: no such file or directory: /opt/anaconda3/bin/conda

:frowning2:

#解決方法:
Anaconda3のインストール先をアプリケーション内にしていたのが原因でした。
MacintoshHDにインストール先を変更し、コマンドを実行して、無事成功:girl_tone2:

###参考にしたURL
https://www.python.jp/install/anaconda/macos/install.html

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?