LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

conda-doctor

environment health checker

TLDR

Check environment health
$ conda doctor
copy
Check a specific environment
$ conda doctor --name [env_name]
copy

SYNOPSIS

conda doctor [options]

DESCRIPTION

conda doctor runs diagnostic checks on a conda environment to detect potential issues such as corrupted packages, missing files, or inconsistent package states. It verifies environment integrity by checking package metadata, file checksums, and dependency consistency.This command is particularly useful when environments behave unexpectedly, packages fail to import, or after manual modifications to environment directories. It can identify problems that may not be obvious from package listings alone.

PARAMETERS

-n, --name name

Name of environment to check.
-p, --prefix path
Path to environment to check.

CONFIGURATION

~/.condarc

User-level conda configuration for channels, package settings, and solver options.
/opt/conda/.condarc
System-wide conda configuration.

INSTALL

sudo dnf install conda
copy
nix profile install nixpkgs#conda
copy

SEE ALSO

conda(1), conda-info(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid