To initialize your shell, run $ conda init <SHELL_NAME> Currently supported shells are: - bash - cmd.exe - fish - tcsh - xonsh - zsh - powershell See 'conda init --help' for more information and options.但是更新后娴熟没变化
时间: 2024-04-23 19:23:48 浏览: 155
这是 Conda 提示你需要初始化你的 shell,以便在 shell 中使用 Conda。如果你没有运行 `$ conda init <SHELL_NAME>`,则 Conda 无法与 shell 交互。在这种情况下,你需要按照以下步骤初始化你的 shell:
1. 打开命令行终端程序(如 cmd.exe)。
2. 运行 `$ conda init <SHELL_NAME>` 命令,其中 `<SHELL_NAME>` 是你正在使用的 shell 的名称。例如,如果你正在使用 bash shell,则运行 `$ conda init bash`。
3. 重新启动你的 shell。
完成这些步骤后,你应该能够在 shell 中使用 Conda 命令了。如果你仍然遇到问题,请尝试在初始化 shell 之后关闭和重新打开命令行窗口。
相关问题
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. If using 'conda activate' from a batch script, change your invocation to 'CALL conda.bat activate'. To initialize your shell, run $ conda init <SHELL_NAME> Currently supported shells are: - bash - cmd.exe - 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'.
这是一个错误提示,意思是你的shell没有正确配置使用'conda activate'。如果你在批处理脚本中使用'conda activate',请将调用改为'call conda.bat activate'。要初始化你的shell,请运行$ conda init <shell_name>。目前支持的shell有:bash、cmd.exe、fish、tcsh、xonsh、zsh、powershell。更多信息和选项,请参见'conda init --help'。重要提示:在运行'conda init'后,你可能需要关闭并重新启动你的shell。
commandnotfounderror: your shell has not been properly configured to use 'conda activate'. if using 'conda activate' from a batch script, change your invocation to 'call conda.bat activate'. to initialize your shell, run $ conda init <shell_name> currently supported shells are: - bash - cmd.exe - 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'.
这是一个错误提示,意思是你的shell没有正确配置使用'conda activate'。如果你在批处理脚本中使用'conda activate',请将调用改为'call conda.bat activate'。要初始化你的shell,请运行$ conda init <shell_name>。目前支持的shell有:bash、cmd.exe、fish、tcsh、xonsh、zsh、powershell。更多信息和选项,请参见'conda init --help'。重要提示:在运行'conda init'后,你可能需要关闭并重新启动你的shell。
阅读全文