LoginSignup
1
0

More than 5 years have passed since last update.

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.

Last updated at Posted at 2018-04-15

原因

conda コマンドを fish shell で実行すると起こるエラーのようです.

Conda activate is not a valid command #6242

対処法

こちらのファイル conda.fish を参考に,

$ source (conda info --root)/etc/fish/conf.d/conda.fish

を実行し, ~/.config/config.fish の最後尾に
conda activate コマンドを実行できようにスクリプトを追加します.

以上です.

1
0
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
0