Skip to content
Snippets Groups Projects
Commit 82fcd58a authored by Patrick Louis S Connor's avatar Patrick Louis S Connor
Browse files

using DAS as default environment name in micromamba

parent f8fbd585
No related branches found
No related tags found
2 merge requests!34Migration,!30extend installation instructions to micromamba
......@@ -24,7 +24,7 @@ micromamba:
- sh <(curl -L micro.mamba.pm/install.sh)
- source ~/.bashrc
- micromamba --version
- micromamba create -f prerequisites.yml -n DAS -y
- micromamba create -f prerequisites.yml -y -v
- micromamba activate DAS
- ./install.sh
- source tools/setup.sh
......
......@@ -84,7 +84,7 @@ Follow this method to install the software on your private machine:
```
2. Then create a new environment with all prerequisites:
```
micromamba create -f prerequisites.yml -n DAS -y
micromamba create -f prerequisites.yml -y
micromamba activate DAS
```
where `DAS` is here just a name, which you can adapt to anything.
......
name: DAS
channels:
- conda-forge
dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment