diff --git a/pages/common/conda-doctor.md b/pages/common/conda-doctor.md new file mode 100644 index 0000000000..2312232e4a --- /dev/null +++ b/pages/common/conda-doctor.md @@ -0,0 +1,20 @@ +# conda doctor + +> Display a health report for your environment. +> More information: . + +- View report for the currently active environment: + +`conda doctor` + +- Specify an environment by name: + +`conda doctor {{[-n|--name]}} {{environment_name}}` + +- Specify an environment by its path: + +`conda doctor {{[-p|--prefix]}} {{path/to/environment}}` + +- Enable verbose output (Note: the `-v` flag can be repeated to increase verbosity): + +`conda doctor {{[-v|--verbose]}}`