1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-30 01:13:38 +02:00

conda-doctor: add page (#17789)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Shelly David 2025-08-24 04:37:03 -04:00 committed by GitHub
parent 4b602b7020
commit a760621f19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# conda doctor
> Display a health report for your environment.
> More information: <https://docs.conda.io/projects/conda/en/latest/commands/doctor.html>.
- 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]}}`