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