Print environment information
Usage
env_info(conda, envname, verbose = TRUE)
Arguments
- conda
The path to a conda executable.
Use "auto" to allow automatically finding an appropriate conda binary.
- envname
The name of the conda environment.
If NULL, the environment name will be set to "scop_env".
Default is NULL.
- verbose
Whether to print environment information.