Remove a conda-compatible Python environment
Arguments
- envname
Conda-compatible Python environment. If
NULL, the environment name will be set to"scop_env".- 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.
- verbose
Whether to print the message. Default is
TRUE.