Skip to content

Commit 955e422

Browse files
committed
clarify application of environment.yml
1 parent 62e10d6 commit 955e422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/config_files.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Below is a list of supported configuration files (roughly in the order of build
3232
``environment.yml`` is the standard configuration file used by `conda <https://conda.io>`_
3333
that lets you install any kind of package,
3434
including Python, R, and C/C++ packages.
35-
``repo2docker`` does not use ``environment.yml`` to create and activate a new conda environment.
36-
Rather, it updates a base conda environment with the packages listed in ``environment.yml``.
35+
``repo2docker`` does not use your ``environment.yml`` to create and activate a new conda environment.
36+
Rather, it updates a base conda environment `defined here <https://github.com/jupyter/repo2docker/blob/master/repo2docker/buildpacks/conda/environment.yml>`_ with the packages listed in your ``environment.yml``.
3737
This means that the environment will always have the same default name, not the name
38-
specified in ``environment.yml``.
38+
specified in your ``environment.yml``.
3939

4040
.. note::
4141

0 commit comments

Comments
 (0)