当前位置:   article > 正文

Ubuntu下conda环境激活报错:CommandNotFoundError_ubuntu中使用conda activte 出现问题

ubuntu中使用conda activte 出现问题

安装完conda之后,激活环境时遇到:CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.

  1. su616@PC2212037:~$ conda activate DECA22
  2. CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
  3. To initialize your shell, run
  4. $ conda init <SHELL_NAME>
  5. Currently supported shells are:
  6. - bash
  7. - fish
  8. - tcsh
  9. - xonsh
  10. - zsh
  11. - powershell
  12. See 'conda init --help' for more information and options.
  13. IMPORTANT: You may need to close and restart your shell after running 'conda init'.

原因:

通常是因为 shell(终端)没有正确配置以使用 conda 的 activate 命令。

解决方法: 

1. 首先关闭当前终端窗口,确保在执行以下步骤之前先退出终端。

2.打开一个新的终端窗口,并运行以下命令来初始化shell:

conda init bash

然后会出现:

可以看到红色方框那部分,提示重新打开。

需要关闭当前终端,重新开启一个,或者通过以下命令重新加载更新配置:

source ~/.bashrc

然后再尝试激活就可以了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/924590
推荐阅读
相关标签
  

闽ICP备14008679号