From 41af289522f465d0187df9cfa5d80a5c5f6cfce3 Mon Sep 17 00:00:00 2001 From: Marcus Bobar Date: Thu, 10 Oct 2024 21:28:57 -0400 Subject: [PATCH] Editing FAQ 10 --- content/post/2024-oct-anaconda-transition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/2024-oct-anaconda-transition.md b/content/post/2024-oct-anaconda-transition.md index 3e3e722c..5dad18ed 100644 --- a/content/post/2024-oct-anaconda-transition.md +++ b/content/post/2024-oct-anaconda-transition.md @@ -128,7 +128,7 @@ To activate a single package you would run: {{% accordion-item title="10. Will my scripts that depend on specific Anaconda packages break when switching to Miniforge?" id="faq-10" %}} -Scripts using Anaconda packages that are also available within miniforge may not break. However, any Anaconda packages that are not used soley for instructional purposes would be violating of the Anaconda license terms, so they would need to be reinstalled through a different channel or tool such as conda-forge or pip. +Scripts using Anaconda packages that are also available within miniforge may not break. However, any Anaconda packages that are not used soley for instructional purposes would be violating the Anaconda license terms, so they would need to be reinstalled through a different channel or tool such as conda-forge or pip. {{% /accordion-item %}}