Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions software/applications/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The simplest way to install Conda for use on Bede is through the `miniconda <htt

.. note::

You may wish to install conda into the ``/nobackup/projects/<project>/$USER/<architecture>`` (where ``<project>`` is the project code for your project, and ``<architecture>>`` 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/<project>/$USER/<architecture>`` (where ``<project>`` is the project code for your project, and ``<architecture>`` is CPU architecture) directory rather than your ``home`` directory as it may consume considerable disk space

.. tabs::

Expand Down Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down