Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/workflow_solutions/using_anaconda.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you are trying to replicate a pipeline or analysis from another person, you c

```bash
# replicate an environment from a YAML file named env.yml
conda create -n <env> -f <path/to/env.yml>
conda env create -f <path/to/env.yml>
```

By default, all of your conda environments are stored in `/home/<user>/.conda/envs`.
Expand Down
Loading