Skip to content

Commit

Permalink
CHANGES: Document Conda setup explicitly installing latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Sep 18, 2023
1 parent dc09b9b commit 1e8b12f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ development source code and as such may not be routinely kept up to date.
directory.
([#305](https://github.com/nextstrain/cli/pull/305))

* The initial setup of the Conda runtime, i.e. with `nextstrain setup conda`,
now explicitly installs the latest available runtime package version. This
was the implicit intent and expectation, but, for various Conda packaging
reasons, it was (silently) not always the result. Now an error will occur if
the latest version is not installable. This matches the existing behaviour
when updating the Conda runtime, i.e. with `nextstrain update conda`.
([#312](https://github.com/nextstrain/cli/pull/312))

## Bug fixes

* The `HOST` and `PORT` environment variables are now respected by `nextstrain
Expand Down

0 comments on commit 1e8b12f

Please sign in to comment.