Skip to content

Conda

Introduction

Conda is a package manager and environment management system. It was originally developed to solve package management challenges faced by Python data scientists, and today is a popular package manager for Python and R.

Conda on Euler

Conda uses many small files, which doesn't work well with Euler's Lustre file systems.
We therefore recommend to use:

Don't use:

Containers

An Apptainer container with a conda installation inside it, is a way to work around the file limit of Storage systems.md#Home, because everything is stored in a single container file.