解决CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’

CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’

IMPORTANT: You may need to close and restart your shell after running 'conda init'.

我是在配置VScode中配置pytorch中遇到这个问题,看了好多文章,都没有找到好的解决办法,比如主流的解决方法

1、

按照提示执行命令conda init bash,新开一个窗口,看下是否成功。

若不成功,可能是因为conda配置问题,按照以下步骤进行解决:

执行source activate
执行source deactivate
执行conda activate env_name(你的环境名称),查看是否成功
将命令加入到~/.bashrc文件中,每次自动执行
————————————————
版权声明:本文为CSDN博主「ironartisan」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/chenjadeli/article/details/122726378

2、

source activate
conda deactivate
3、

的先退出并重启shell,再执行conda init

等等以上对我来说都没有用处,最后在一位博主那里看到,修改一下终端就可以继续正常运行了

解决方法:

将默认的终端设置修改成cmd就可以了

1选择默认配置文件

解决CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’_第1张图片

2选择Command Prompt

解决CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’_第2张图片

3重启终端,运行程序

解决CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’_第3张图片 

 

 

你可能感兴趣的:(conda,python,linux,开发语言,学习)