-
Notifications
You must be signed in to change notification settings - Fork 0
/
.condarc
23 lines (19 loc) · 828 Bytes
/
.condarc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html
# https://conda.io/projects/conda/en/latest/configuration.html
# https://conda.github.io/conda-libmamba-solver/user-guide/performance/
# https://conda.github.io/conda-libmamba-solver/user-guide/
# https://conda-forge.org/docs/user/introduction/#how-can-i-install-packages-from-conda-forge
# https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html#conda-libmamba-solver
# https://mamba.readthedocs.io/en/latest/user_guide/troubleshooting.html#using-the-defaults-channels
auto_activate_base: False
auto_update_conda: False
solver: libmamba
# solver: classic
channels:
- conda-forge
- nodefaults
channel_priority: strict
extra_safety_checks: True
always_yes: True
notify_outdated_conda: False
show_channel_urls: True