:py:mod:`conda` =============== .. py:module:: conda.env.installers.conda .. autoapi-nested-parse:: Conda-flavored installer. Functions --------- .. autoapisummary:: conda.env.installers.conda._solve conda.env.installers.conda.dry_run conda.env.installers.conda.install .. py:function:: _solve(prefix, specs, args, env, *_, **kwargs) Solve the environment .. py:function:: dry_run(specs, args, env, *_, **kwargs) Do a dry run of the environment solve .. py:function:: install(prefix, specs, args, env, *_, **kwargs) Install packages into an environment