conda env config vars list
List environment variables for a conda environment
usage: conda env config vars list [-h] [-n ENVIRONMENT | -p PATH] [--json]
[-v] [-q]
Target Environment Specification
- -n, --name
Name of environment.
- -p, --prefix
Full path to environment location (i.e. prefix).
Output, Prompt, and Flow Control Options
- --json
Report all output as json. Suitable for using conda programmatically.
- -v, --verbose
Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE.
- -q, --quiet
Do not display progress bar.
- examples:
conda env config vars list -n my_env