From a760621f19c0713ba45285bb735bef935d4f5ce8 Mon Sep 17 00:00:00 2001 From: Shelly David <59293978+shellydavid@users.noreply.github.com> Date: Sun, 24 Aug 2025 04:37:03 -0400 Subject: [PATCH] conda-doctor: add page (#17789) Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/common/conda-doctor.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/conda-doctor.md 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]}}`