10.2.0
These release notes are automatically extracted from the full changelog.
Development
-
nextstrain setup condaandnextstrain update condanow respect an optionalNEXTSTRAIN_CONDA_OVERRIDE_SUBDIRenvironment variable that when set overrides the default behaviour of detecting the best Conda subdir that's usable for the platform.This may be used, for example, to force the use of the x86_64 architecture (
osx-64subdir) on macOS hardware that's natively theaarch64(aka arm64, Apple Silicon, M1/M2/...) architecture (osx-arm64subdir):NEXTSTRAIN_CONDA_OVERRIDE_SUBDIR=osx-64 nextstrain setup condaThe variable must be set for every invocation of
nextstrain setup condaornextstrain update conda, otherwise the default behaviour will apply and the subdir in use by the runtime may be automatically switched. (#437)