Open JohanMabille opened 1 month ago
More commands found in conda/mamba1 missing in micromamba/mamba2
Not shown explicitly through --help
Others
Differences in flags/utilities for common commands (provided by conda but not by mamba 2) 1) Create
sys.executable -m conda
in wrapper scripts instead of CONDA_EXE. This is mainly for use during tests where we test new conda sources against old Python versions.)2) Install
3) Update (some common to create & install)
4) list (some commonly listed above)
5) remove
--all
, delete all packages but keep the environment)6) info
7) remove
8) run
9) search
10) activate
NOTE: For the common commands conda displays an basic example/docstring for how to use each command.
The following command options in conda / mamba1 are missing in micromamba/mamba 2:
TODO: list missing command options and track them here.
list
command not handlingpip
packages (cf. #3565)export
command not handlingpip
packages (cf. #2008)