这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/user-guide/tasks/manage-channels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ channelA::numpy-1.13_1 > channelA::numpy-1.12.1_1 > channelA::numpy-1.12.1_0 > c
To make conda install the newest version
of a package in any listed channel:

* Add ``channel_priority: false`` to your ``.condarc`` file.
* Add ``channel_priority: disabled`` to your ``.condarc`` file.

OR

* Run the equivalent command::

conda config --set channel_priority false
conda config --set channel_priority disabled

Conda then sorts as follows:

Expand Down