main_update#

DEPRECATED: Use conda.cli.main_env_update instead.

CLI implementation for conda-env update.

Updates the conda environments with the specified packages.

description = Multiline-String#
Show Value
"""
Update the current environment based on environment file
"""
example = Multiline-String#
Show Value
"""
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
"""