From 4039dffb00b67fe70a945648404e3830d9349bf3 Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Tue, 30 May 2023 13:32:54 -0400 Subject: [PATCH] Add image and image credits --- ...-doctor.md => 2023-05-30-conda-doctor.mdx} | 18 +++++++++++++++++- blog/news.json | 2 +- .../stethoscope.jpg | Bin 3 files changed, 18 insertions(+), 2 deletions(-) rename blog/{2023-05-11-conda-doctor.md => 2023-05-30-conda-doctor.mdx} (87%) rename static/img/blog/{ => 2023-05-30-conda-doctor}/stethoscope.jpg (100%) diff --git a/blog/2023-05-11-conda-doctor.md b/blog/2023-05-30-conda-doctor.mdx similarity index 87% rename from blog/2023-05-11-conda-doctor.md rename to blog/2023-05-30-conda-doctor.mdx index 13787a13..402162b4 100644 --- a/blog/2023-05-11-conda-doctor.md +++ b/blog/2023-05-30-conda-doctor.mdx @@ -5,9 +5,25 @@ description: | The new `conda doctor` command allows users to detect packages with missing files in their conda environments. authors: [forgottenprogramme] tags: [conda, environments] -image: img/blog/2023-05-23-may-releases/stethoscope.jpg +image: img/blog/2023-05-30-conda-doctor/stethoscope.jpg --- + +import Image from '@theme/IdealImage'; +import condadoctor from '@site/static/img/blog/2023-05-30-conda-doctor/stethoscope.jpg'; + +Banner image for blog post; picture of a stethoscope + +
+ +

+ + Photo by Roman Valiev on Getty Images/iStockphoto + +

+ +--- + The newest `conda doctor` command will be available with conda version 23.5.0, enabling users to quickly detect corrupted packages (packages with files missing) in their conda environment. One way packages in an environment may become corrupt is when one or more files in that package are accidentally deleted. Even a single missing file leads to a corrupted package. diff --git a/blog/news.json b/blog/news.json index 3fb74d80..57a22ade 100644 --- a/blog/news.json +++ b/blog/news.json @@ -1 +1 @@ -[{"title": "How to use conda-build to build a Python package with C/C++ dependencies", "slug": "2023-05-18-how-to-use-conda-build", "authors": ["vasvi"], "tags": ["conda"], "image": "img/blog/2023-05-18-how-to-use-conda-build/conda-build.png", "description": "We have created a blog to help you create your own Python package with Conda-build", "date": "2023-05-18T00:00:00"}, {"title": "conda doctor: Detecting conda environment inconsistencies easily", "slug": "2023-05-11-conda-doctor", "description": "The new `conda doctor` command allows users to detect packages with missing files in their conda environments.\n", "authors": ["forgottenprogramme"], "tags": ["conda", "environments"], "image": null, "date": "2023-05-11T00:00:00"}, {"title": "How we reduced conda's index fetch bandwidth by 99%", "slug": "2023-05-05-how-we-reduced-the-conda-index-fetch-bandwidth", "description": "The new conda 23.3.1 release from March, 2023 includes an --experimental=jlap\nflag or experimental: [\"jlap\"] .condarc setting that can reduce repdata.json\nfetch bandwidth by orders of magnitude. This is how we developed conda's new\nincremental repodata feature.\n", "authors": ["dholth"], "tags": ["conda", "python"], "image": null, "date": "2023-05-05T00:00:00"}, {"title": "Welcome to conda.org!", "slug": "2022-04-27-welcome-to-conda-dot-org", "tags": ["announcement"], "authors": ["travishathaway"], "description": "Welcome to our new website! In this article, we talk about why we built\nit and where we see it going as more content and features are added in\nthe future.\n", "image": null, "date": "2023-04-27T00:00:00"}, {"title": "Conda survey results", "slug": "2022-03-30-conda-survey", "tags": ["conda"], "authors": ["tnabtaf"], "description": "In late 2022, Anaconda surveyed the community. This post reviews what we\nlearned from that survey and how it is impacting the future directions of conda.\n", "image": null, "date": "2023-03-30T00:00:00"}] \ No newline at end of file +[{"title": "conda doctor: Detecting conda environment inconsistencies easily", "slug": "2023-05-11-conda-doctor", "description": "The new `conda doctor` command allows users to detect packages with missing files in their conda environments.\n", "authors": ["forgottenprogramme"], "tags": ["conda", "environments"], "image": "img/blog/2023-05-30-conda-doctor/stethoscope.jpg", "date": "2023-05-30T00:00:00"}, {"title": "How to use conda-build to build a Python package with C/C++ dependencies", "slug": "2023-05-18-how-to-use-conda-build", "authors": ["vasvi"], "tags": ["conda"], "image": null, "description": "We have created a blog to help you create your own Python package with Conda-build", "date": "2023-05-18T00:00:00"}, {"title": "How we reduced conda's index fetch bandwidth by 99%", "slug": "2023-05-05-how-we-reduced-the-conda-index-fetch-bandwidth", "description": "The new conda 23.3.1 release from March, 2023 includes an --experimental=jlap\nflag or experimental: [\"jlap\"] .condarc setting that can reduce repdata.json\nfetch bandwidth by orders of magnitude. This is how we developed conda's new\nincremental repodata feature.\n", "authors": ["dholth"], "tags": ["conda", "python"], "image": null, "date": "2023-05-05T00:00:00"}, {"title": "Welcome to conda.org!", "slug": "2022-04-27-welcome-to-conda-dot-org", "tags": ["announcement"], "authors": ["travishathaway"], "description": "Welcome to our new website! In this article, we talk about why we built\nit and where we see it going as more content and features are added in\nthe future.\n", "image": null, "date": "2023-04-27T00:00:00"}, {"title": "Conda survey results", "slug": "2022-03-30-conda-survey", "tags": ["conda"], "authors": ["tnabtaf"], "description": "In late 2022, Anaconda surveyed the community. This post reviews what we\nlearned from that survey and how it is impacting the future directions of conda.\n", "image": null, "date": "2023-03-30T00:00:00"}] \ No newline at end of file diff --git a/static/img/blog/stethoscope.jpg b/static/img/blog/2023-05-30-conda-doctor/stethoscope.jpg similarity index 100% rename from static/img/blog/stethoscope.jpg rename to static/img/blog/2023-05-30-conda-doctor/stethoscope.jpg