conda init命令时遇到“no action taken”的提示,这通常意味着conda没有在你的shell配置文件中检测到任何需要修改的地方,或者是因为某些原因conda无法成功修改这些文件。下面是一些可能的原因和解决方案: 1. 确认shell环境 首先,确保你正在使用conda init支持的shell环境。conda init支持多种shell,如bash、zsh、fish等...
you have changed your login shell to zsh, you don't need runchshagain. You generally don't use zsh in the tty, right? you use it in a terminal emulator, try to modify its config, change the shell config into/usr/bin/zsh -lif necessary. no need to activatebase,basein python-conda ...
我运行了conda init,然后进入vs code中的终端,通过运行zsh重新启动了shell,但是在我的笔记本中,jupyter内核仍无法在vs code上工作。不确定出了什么问题。 此外,我按照错误消息建议的方法进行了操作: (automl-meta-learning) brandomiranda~/automl-meta-learning ❯ conda init zsh no change /Users/brandomiranda/...
$ conda init <SHELL_NAME> Currently supported shells are: - bash - fish - tcsh - xonsh - zsh - powershell See 'conda init --help' for more information and options. IMPORTANT: You may need to close and restart your shell after running 'conda init'. #conda init no change /home/softwa...
那我就做:它说什么都没有改变:no change /Users/brandBrandoParetoopareto/.bash_profile No action taken.To ini 浏览4提问于2020-03-27得票数 0 3回答 当设置与VS代码和集成Git终端一起使用anaconda时卡住 、、、 shell,所以我做了conda init bash,但仍然没有运气。这就让我来谈谈.bash_profile。我想它一...
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有...
看起来你不能只在bash文件中执行conda activate。你应该在调用它之前添加eval "$(conda shell.bash hook...
'. To initialize your shell, run $ conda init <SHELL_NAME> Currently supported shells are: - bash - fish - tcsh - xonsh - zsh - powershell See 'conda init --help' for more information and options. IMPORTANT: You may need to close and restart your shell after running 'conda init'....
看起来你不能只在bash文件中执行conda activate。你应该在调用它之前添加eval "$(conda shell.bash hook...
因为项目的不同,经常会有使用不同的库的情况,不同版本放在一起很容易出问题,因此为避免此类问题,...