Skip to content

jacobwilliams/conda-lock-test

Repository files navigation

# generate a lock from from a conda environment file:
conda-lock -f environment.yml --platform linux-64 --platform osx-arm64 --platform win-64

# render platform-specific env files for conda
conda-lock render -p linux-64 --kind explicit --kind env
conda-lock render -p osx-arm64 --kind explicit --kind env
conda-lock render -p win-64 --kind explicit --kind env

# to create an env with one of the yml files
conda env create --prefix ./env --file conda-osx-arm64.lock.yml

Notes

About

nothing to see here

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors