Skip to content

Commit

Permalink
Drop defaults channel explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Oct 17, 2023
1 parent bfa4766 commit 5fd2839
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion images/create-env/install-conda
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,11 @@ rm -rf "${miniconda_boostrap_prefix}"
conda config \
--append channels conda-forge \
--append channels bioconda \
--append channels defaults \
;
conda config \
--remove channels defaults \
2> /dev/null \
|| true
conda config \
--remove repodata_fns current_repodata.json \
2> /dev/null \
Expand Down

0 comments on commit 5fd2839

Please sign in to comment.