返回
创建于
状态公开

如何在 powershell 终端中使用 conda 命令?

需要先打开 Anaconda Powershell Prompt 然后执行 conda init powershell 命令。


我已经受够了每次都装 pytorch,使用 conda 复制虚拟环境。

bash
1conda create --name new_env --clone old_env