From 87480081a4584de8bb32da0f712bebe822477c15 Mon Sep 17 00:00:00 2001 From: PatStiles <33334338+PatStiles@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:26:22 -0500 Subject: [PATCH] Update conda-installation.md Added a note on changes package configuration for your conda environment --- uw-research-computing/conda-installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uw-research-computing/conda-installation.md b/uw-research-computing/conda-installation.md index 4a19e96c..4ced846a 100644 --- a/uw-research-computing/conda-installation.md +++ b/uw-research-computing/conda-installation.md @@ -348,6 +348,9 @@ By default, the name of the environment will be whatever the name of the source environment was; you can change the name by adding a `-n ` option to the `conda env create` command. +To change the packages configuration add/remove/alter package and package version by directly editing your `environment.yml` file, +352 and re-initialzing your conda environment. + If you use a source control system like `git`, we recommend checking your `environment.yml` file into source control and making sure to recreate it when you make changes to your environment.