conda config --set show_channel_urls yes 命令详解 1. 命令作用 conda config --set show_channel_urls yes 命令用于配置 Conda,使其在输出信息中显示包和依赖项的渠道(channel)URL。默认情况下,Conda 在执行如安装、更新或列出包等操作时,可能不会显示每个包的具体下载渠道。通过执行此命令,用户可以在操作输出...
这条命令的含义是设置 conda 配置,将 show_channel_urls 参数设置为 yes,即开启显示 conda 渠道 URL 的功能。 ### 步骤 3:检查配置是否生效 最后,我们可以检查一下配置是否生效了。我们可以使用以下命令来查看 conda 的配置信息: ```bash conda config --show ``` 如果配置生效,你应该能在输出中看到 show_...
λ conda config --set show_channel_urls yes Error: Key: show_channel_urls; yes isnota YAML boolean. It happens with both conda 4.1.1 (local windows py 3.5) and 4.1.0 (appveyor,https://ci.appveyor.com/project/mdboom/matplotlib/build/1.0.1774) and it worked with 4.0.8 (https://ci...