From 9592d463234cdf60583cf706d3cb75724062477c Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys Date: Wed, 22 Nov 2023 14:49:07 -0500 Subject: [PATCH] adding conda --- conda/.conda/environments.txt | 2 ++ conda/.condarc | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 conda/.conda/environments.txt create mode 100644 conda/.condarc diff --git a/conda/.conda/environments.txt b/conda/.conda/environments.txt new file mode 100644 index 0000000..c603b14 --- /dev/null +++ b/conda/.conda/environments.txt @@ -0,0 +1,2 @@ +/Users/jfraeys/yes +/Users/jfraeys/yes/envs/soft-skills-env diff --git a/conda/.condarc b/conda/.condarc new file mode 100644 index 0000000..18641c5 --- /dev/null +++ b/conda/.condarc @@ -0,0 +1,3 @@ +channels: + - conda-forge +auto_activate_base: false