:py:mod:`main_update` ===================== .. py:module:: conda_env.cli.main_update .. autoapi-nested-parse:: DEPRECATED: Use `conda.cli.main_env_update` instead. CLI implementation for `conda-env update`. Updates the conda environments with the specified packages. .. py:data:: description :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ Update the current environment based on environment file """ .. raw:: html
.. py:data:: example :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ examples: conda env update conda env update -n=foo conda env update -f=/path/to/environment.yml conda env update --name=foo --file=environment.yml conda env update vader/deathstar """ .. raw:: html