health_checks#
用于 conda doctor 的后端逻辑实现。
函数#
|
检查环境是否在 environments.txt 文件中列出 |
|
|
|
查找 conda-meta 中列出的但缺少文件的包。 |
|
查找已更改的包 |
|
|
|
|
|
|
|
|
属性#
- logger#
- OK_MARK = '✅'#
- X_MARK = '❌'#
- check_envs_txt_file(prefix: str | os.PathLike | pathlib.Path) bool#
检查环境是否在 environments.txt 文件中列出
- find_packages_with_missing_files(prefix: str | pathlib.Path) dict[str, list[str]]#
查找 conda-meta 中列出的但缺少文件的包。
- conda_health_checks()#