Conda and Spack Installation
The recommended way to install Conda and Spack.
Installing Conda
# Download the installer
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
# Run the installer
bash Miniforge3-Linux-x86_64.shImproving Conda Environment Solver Performance
conda update -n base conda
conda install -n base conda-libmamba-solver
conda config --set solver libmambaInstalling Spack
Last updated
Was this helpful?