Remove a conda-compatible Python environment
Arguments
- envname
The name of the conda-compatible Python environment. If
NULL, the environment name will be set to"scop_env". Default isNULL.- conda
The path or command name of a conda-compatible executable (
conda,mamba, ormicromamba). Use"auto"to allow automatically finding an appropriate environment manager. If"micromamba"is requested and micromamba is not available onPATH, a package-managed micromamba is downloaded automatically.- force
Whether to force removal without confirmation. Default is
FALSE.