From 00143b49f7c476f9343a59b98104a2b01c0e06ca Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sat, 10 Apr 2021 18:16:46 +0200 Subject: [PATCH] add conda conf --- conf/condarc | 3 +++ meta/tasks/conda.yaml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 conf/condarc create mode 100644 meta/tasks/conda.yaml diff --git a/conf/condarc b/conf/condarc new file mode 100644 index 0000000..7b1b75d --- /dev/null +++ b/conf/condarc @@ -0,0 +1,3 @@ +create_default_packages: + - pip + - ipython diff --git a/meta/tasks/conda.yaml b/meta/tasks/conda.yaml new file mode 100644 index 0000000..c214bf7 --- /dev/null +++ b/meta/tasks/conda.yaml @@ -0,0 +1,3 @@ +- link: + ~/.condarc: + path: conf/condarc