diff --git a/docs/workflow_solutions/using_anaconda.md b/docs/workflow_solutions/using_anaconda.md index 5cdeaaf9..ffba7ff9 100644 --- a/docs/workflow_solutions/using_anaconda.md +++ b/docs/workflow_solutions/using_anaconda.md @@ -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 -f +conda env create -f ``` By default, all of your conda environments are stored in `/home//.conda/envs`.