From 4df4e8a42eb247bc789a553431e3d183c1036147 Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Wed, 16 Jul 2025 18:47:23 +0100 Subject: [PATCH] Conda: update note/warning to include aarch64, not just ppc64le and delete a rogue > --- software/applications/conda.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/software/applications/conda.rst b/software/applications/conda.rst index d28a8e1..ea3e431 100644 --- a/software/applications/conda.rst +++ b/software/applications/conda.rst @@ -15,7 +15,7 @@ The simplest way to install Conda for use on Bede is through the `miniconda /$USER/`` (where ```` is the project code for your project, and ``>`` is CPU architecture) directory rather than your ``home`` directory as it may consume considerable disk space + You may wish to install conda into the ``/nobackup/projects//$USER/`` (where ```` is the project code for your project, and ```` is CPU architecture) directory rather than your ``home`` directory as it may consume considerable disk space .. tabs:: @@ -148,9 +148,9 @@ I.e. to install the conda package ``pylint`` into the active conda environment: conda install -y pylint -.. note:: +.. warning:: - Only Conda packages with support for ``ppc64le`` will be installable. + Only Conda packages with support for ``ppc64le`` or ``aarch64`` will be installable (depending on the node architecture in use). Deleting Conda Environments ~~~~~~~~~~~~~~~~~~~~~~~~~~~