From 7c1e0b612dd463f97b6b75ff9ed8422489a4746f Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 27 Jun 2018 02:56:09 -0700 Subject: [PATCH] Include conda channels in hub environment --- installer/construct.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/construct.yaml b/installer/construct.yaml index 096c168..440640b 100644 --- a/installer/construct.yaml +++ b/installer/construct.yaml @@ -5,6 +5,10 @@ channels: - http://repo.continuum.io/pkgs/free/ - https://conda.anaconda.org/conda-forge +conda_default_channels: + - http://repo.continuum.io/pkgs/free/ + - https://conda.anaconda.org/conda-forge + specs: - python 3.6 - conda