From 5072b8e6095c86afd15a60f507a260ece08f9b35 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Wed, 6 Mar 2019 10:49:04 -0600 Subject: [PATCH] Update docs/source/config_files.rst Co-Authored-By: agitter --- docs/source/config_files.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index 0e8c4f0d..72cc3b4b 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -34,6 +34,8 @@ that lets you install any kind of package, including Python, R, and C/C++ packages. ``repo2docker`` does not use ``environment.yml`` to create and activate a new conda environment. Rather, it updates a base conda environment with the packages listed in ``environment.yml``. +This means that the environment will always have the same name and not follow what is +specified in ``environment.yml``. .. note::