作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 the conda-forge channel instructions 创建了一个带有 R 的 Conda 环境:
conda config --add channels conda-forge
conda config --set channel_priority strict
conda update ...
或
conda install
是配置设置
channel_priority
全局的?即,它是否影响所有 Conda 环境?
最佳答案
是的,这是一个全局设置。如果您不希望它是全局的,则激活您希望对其进行特定设置更改的环境,然后使用 --env
旗帜。例如。,
conda activate myenv
conda config --env --add channels conda-forge
conda config --env --set channel_priority strict
是的,切换到
conda-forge 当您的
成为您的最高优先级 channel 底座 原本来自 Anaconda 的是强大的。最好离开
底座 与
默认 channel 优先或切换到
Miniforge .
关于conda - 将 channel_priority 设置为 "strict"是否会影响所有 Conda 环境?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66390775/
我使用 the conda-forge channel instructions 创建了一个带有 R 的 Conda 环境: conda config --add channels conda-for
我是一名优秀的程序员,十分优秀!