Skip to content

Instantly share code, notes, and snippets.

@amccarty
Created June 13, 2018 22:28
Show Gist options
  • Save amccarty/581f356e4fdd13cc76b52682d7d0626f to your computer and use it in GitHub Desktop.
Save amccarty/581f356e4fdd13cc76b52682d7d0626f to your computer and use it in GitHub Desktop.
Conda with conda-forge
conda:
channels:
- defaults
default-channels:
- https://conda.anaconda.org/conda-forge/osx-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.continuum.io/pkgs/main
- https://repo.continuum.io/pkgs/free
- https://repo.continuum.io/pkgs/r
- https://repo.continuum.io/pkgs/pro
channel-alias: https://your.internal.conda.repo:30089/conda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment