Skip to content

Commit

Permalink
Update conda update command
Browse files Browse the repository at this point in the history
Change flag to update subcommand to the correct --file. Fixes #2326.
  • Loading branch information
olafmersmann committed Jul 25, 2024
1 parent 12c2e37 commit 2f90d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Say you already have a conda environment named `foo` that you want to reuse beca
Then, once you've activated the environment, you can run

```sh
conda update -f env.yaml
conda update --file env.yaml
```

and it will install all the required development dependencies into your existing environment.
Expand Down

0 comments on commit 2f90d59

Please sign in to comment.