这是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
6 changes: 4 additions & 2 deletions docs/source/user-guide/tasks/manage-environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,11 @@ For example, it may be the case that:

If any of these occur, all you need to do is update the contents of
your ``environment.yml`` file accordingly and then run the following
command::
command:

conda env update --file environment.yml --prune
.. code::

conda env update --file environment.yml --prune

.. note::
The ``--prune`` option causes conda to remove any dependencies
Expand Down