Closed cehbrecht closed 5 years ago
Use Conda to build an environment that should be identical over time and platform:
https://conda.io/docs/user-guide/tasks/manage-environments.html#building-identical-conda-environments
using:
conda list --explicit > spec-file.txt
but it is platform dependent ... so should be generated on linux.
Description
Use Conda to build an environment that should be identical over time and platform:
https://conda.io/docs/user-guide/tasks/manage-environments.html#building-identical-conda-environments
Steps to Reproduce
Additional Information