show_channel_urls是一个布尔类型的配置选项,用于控制conda命令输出中是否包含包的渠道URL。当设置为true时,conda命令的输出将包含每个包的渠道URL;当设置为false(默认值)时,则不显示。 阐述如何执行conda config --set show_channel_urls命令: 要执行该命令以启用显示包的渠道URL,可以在终端或命令行界面中输入以下...
conda config --show ``` 如果配置生效,你应该能在输出中看到 show_channel_urls: yes 或者 show_channel_urls: true。 通过上面的步骤,你已经成功地使用 conda 配置命令“conda config --set show_channel_urls yes”开启了显示 conda 渠道 URL 的功能。这将有助于你更好地了解 conda 环境中软件包的来源,...
This is happening since the latest conda update: λ conda config --set show_channel_urls yes Error: Key: show_channel_urls; yes is not a YAML boolean. It happens with both conda 4.1.1 (local windows py 3.5) and 4.1.0 (appveyor, https://ci...