Conda

Conda is a package and environment manager that can be used to document the software dependencies of a replication package in a traceable and reproducible way. Unlike renv (R) or pip (Python), Conda is language-agnostic. Compared to container solutions such as Docker, Conda only isolates the software/package layer of a programming language, not the entire operating system.