BCDA-APS / APSshare-anaconda-management

issues-only repository for the /APSshare/anaconda installations
0 stars 0 forks source link

add default channels file #14

Closed prjemian closed 5 years ago

prjemian commented 5 years ago

See https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#channel-locations-channels

prjemian commented 5 years ago

Need a .condarc file in the root of the base distribution with the channels listed. Here's a starting point:

channels:
  - defaults
  - conda-forge
  - aps-anl-tag
prjemian commented 5 years ago

Looking at py3-64-install/installer.sh, there are more channels to add: https://github.com/BCDA-APS/APSshare-anaconda-management/blob/8e29bfe2c978e35e1c937b3a9c8410e1269ab31f/py3-64-install/installer.sh#L4-L9

prjemian commented 5 years ago

Final /APSshare/anaconda3/x86_64/.condarc:

channels:
  - defaults
  - conda-forge
  - aps-anl-tag
  - apsu
  - prjemian
  - nexpy