bash conda update --all 或者,如果你使用的是Miniconda,并且想要重新安装conda,你可以从Miniconda的官方网站下载最新版本的安装程序并按照说明进行安装。 结论 “no action taken”通常不是一个严重的错误,但它可能表明conda init没有按预期工作。按照上述步骤检查和解决问题应该能帮助你恢复conda的正常初始化。如果问...
When we use the order conda init in Git-Bash to initialize the terminal, it will give us a error infomation: no actions taken: $ conda init bash no change S:\softwares\Anaconda\Scripts\conda.exe no change S:\softwares\Anaconda\Scripts\conda-env.exe no change S:\softwares\Anaconda\Scripts...
However, generally speaking, the message "No action taken" indicates that the command "conda init bash" did not perform any actions. There could be a few reasons for this outcome, such as: Conda is already initialized in your bash shell, and there is no need to run the command again. ...
注释掉~/.condarc中的changeps1行,再执行conda init bash ,正常运行。 conda init bash no change /public1/software/apps/anaconda3/condabin/conda no change /public1/software/apps/anaconda3/bin/conda no change /public1/software/apps/anaconda3/bin/conda-env no change /public1/software/apps/anaconda...
no change /opt/intel/2020/intelpython3/lib/python3.7/site-packages/xontrib/conda.xsh no change /opt/intel/2020/intelpython3/etc/profile.d/conda.csh modified /home/lilongxiang/.bashrc No action taken. 1. 2. 3. 4. 5. 6. 7.
There is no need forconda init. conda initis only needed when your conda command (actually function) doesn't work as expected. I'm the current maintainer of python-conda. I can confirm the conda function of python-conda works in Bash, Zsh, and Fish. ...
这很奇怪。我的shell甚至不是bash,所以我不知道为什么会显示那个消息(也许VS Code不知道Mac OS Catalina使用zsh?不确定如何为VS Code修复它)。无论如何,我按照我认为错误消息建议的方式进行了操作。所以我做了以下事情: 我运行了conda init,然后进入vs code中的终端,通过运行zsh重新启动了shell,但是在我的笔记本中...
3/shell/condabin/Conda.psm1 no change /Users/xxxxxx/anaconda3/shell/condabin/conda-hook.ps1 no change /Users/xxxxxx/anaconda3/lib/python3.6/site-packages/xonsh/conda.xsh no change /Users/xxxxxx/anaconda3/etc/profile.d/conda.csh needs sudo /Users/xxxxxx/.bash_profile No action taken. ...
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有...
如果我们用conda init初始化过 conda,那么在~/.bashrc的最后可以看到如下代码块。 # >>> conda initialize >>># !! Contents within this block are managed by 'conda init' !!__conda_setup="$('/root/miniconda3/bin/conda''shell.bash''hook'2> /dev/null)"if[$?-eq0];theneval"$__conda_set...