Print environment information
Arguments
- 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.- envname
The name of the conda-compatible Python environment. If
NULL, the environment name will be set to"scop_env". Default isNULL.- verbose
Whether to print environment information.