From 7e5f20aa2df7c6855ce4e27f08fcb563a2aea595 Mon Sep 17 00:00:00 2001 From: gnikit Date: Mon, 18 Jul 2022 17:05:46 +0100 Subject: [PATCH] fix: name conflict with other exemplars The venv cannot be named recode, since a student might be working through multiple exemplars which would lead to name conflicts for the venvs. I named the conda venv mcmc for Monte Carlo Markov Chain. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 6a460b2..3f453d5 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: recode +name: mcmc channels: - defaults