We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ade437 commit 224968cCopy full SHA for 224968c
repo2docker/buildpacks/conda/install-miniconda.bash
@@ -63,7 +63,7 @@ fi
63
# which seems to result in some effective pinning of packages in the initial env,
64
# which we don't intend.
65
# this file must not be *removed*, however
66
-echo '' > ${CONDA_DIR}/envs/kernel/conda-meta/history
+echo '' > ${CONDA_DIR}/conda-meta/history
67
68
# Clean things out!
69
conda clean -tipsy
0 commit comments