From 54e319201c66aeccbd38c526b621e0ecfbf92f7b Mon Sep 17 00:00:00 2001 From: shenggan Date: Mon, 18 May 2020 04:57:45 -0700 Subject: [PATCH 1/3] turn on keep_pkgs in construct.yaml --- Miniforge3/construct.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 860145ba..66c1bdaf 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -8,6 +8,7 @@ channels: - https://conda.anaconda.org/conda-forge write_condarc: True +keep_pkgs: True license_file: ../LICENSE specs: From 88220128ae0a0d40134b30854a12edb473924fc6 Mon Sep 17 00:00:00 2001 From: shenggan Date: Mon, 18 May 2020 18:18:52 -0700 Subject: [PATCH 2/3] add comment --- Miniforge3/construct.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index 66c1bdaf..c7192c5b 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -8,6 +8,7 @@ channels: - https://conda.anaconda.org/conda-forge write_condarc: True +# keep pkgs for same behavior of Miniconda keep_pkgs: True license_file: ../LICENSE From 8efd209d89eea2f12c66109edeb6de414d8287a2 Mon Sep 17 00:00:00 2001 From: shenggan Date: Sun, 24 May 2020 18:27:12 -0700 Subject: [PATCH 3/3] add comment for hardlink issue --- Miniforge3/construct.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index c7192c5b..c617fbef 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -8,7 +8,8 @@ channels: - https://conda.anaconda.org/conda-forge write_condarc: True -# keep pkgs for same behavior of Miniconda +# keep pkgs for space-saving implications for hardlinks when create new environments +# and keep the same with Miniconda keep_pkgs: True license_file: ../LICENSE