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.
This commit is contained in:
gnikit 2022-07-18 17:05:46 +01:00
parent 673a458761
commit 7e5f20aa2d
No known key found for this signature in database
GPG Key ID: E9A03930196133F0

View File

@ -1,4 +1,4 @@
name: recode name: mcmc
channels: channels:
- defaults - defaults