-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults.condarc
35 lines (32 loc) · 1014 Bytes
/
defaults.condarc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html
#These override conda defaults, i.e., conda will
# search *only* the channels listed here, in the order given.
# Use "defaults" to automatically include all default channels.
# Non-url channels will be interpreted as Anaconda.org usernames
# (this can be changed by modifying the channel_alias key; see below).
# The default is just 'defaults'.
channels:
- defaults
- conda-forge
- a8080labs
# Show channel URLs when displaying what is going to be downloaded
# and in 'conda list'. The default is False.
show_channel_urls: True
# For more information about this file see:
# https://conda.io/docs/user-guide/configuration/use-condarc.html
create_default_packages:
- pip
- scipy
- numpy
- pandas
- notebook
- matplotlib
- seaborn
- jupyter_nbextensions_configurator
- conda-forge jupyter_contrib_nbextensions
- autopep8
- tqdm
- openpyxl
- xlrd
# conda install -c a8080labs pyforest
- pyforest